acme-sh: 3.1.0 -> 3.1.1

This commit is contained in:
R. Ryantm
2025-04-24 00:35:15 +00:00
parent 3222945627
commit 45159258f7
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "acme.sh";
version = "3.1.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "acmesh-official";
repo = "acme.sh";
tag = version;
hash = "sha256-BPZ+5xvKqEaz+tkccVL0hEDAxLkICW5O+qPf73bOqRU=";
hash = "sha256-Fgik1TCWDlkyEI9QkXpc/94mGKb7U7hMoamdYU7nTJc=";
};
nativeBuildInputs = [