acme-sh: 3.1.0 -> 3.1.1 (#401278)

This commit is contained in:
Weijia Wang
2025-05-19 12:06:15 +02:00
committed by GitHub
+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 = [