acme-sh: 3.0.7 -> 3.0.8 (#342069)

This commit is contained in:
Weijia Wang
2024-09-27 00:50:47 +02:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "acme.sh";
version = "3.0.7";
version = "3.0.8";
src = fetchFromGitHub {
owner = "acmesh-official";
repo = "acme.sh";
rev = "refs/tags/${version}";
hash = "sha256-ymj97aWWOLen7YEfG72N2nyxlwuB/Su4+pgpWUuckgc=";
hash = "sha256-RFybUjBRrpnNCEVKmix2EPiIXrq8p+v4zJaI14NFQQ0=";
};
nativeBuildInputs = [