Merge pull request #159058 from r-ryantm/auto-update/acme.sh

acme-sh: 3.0.1 -> 3.0.2
This commit is contained in:
Mario Rodas 2022-02-12 08:54:12 -05:00 committed by GitHub
commit e5a544cb28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "acme.sh";
version = "3.0.1";
version = "3.0.2";
src = fetchFromGitHub {
owner = "acmesh-official";
repo = "acme.sh";
rev = version;
sha256 = "sha256-CqgaE8SfMPEyr97t/yfh9FqvdRPWIQiu/jkWAvurUyQ=";
sha256 = "sha256-sv67XjNQ/+E7uF7IW+96BeOWm3uonMboehVtBh1l9/E=";
};
nativeBuildInputs = [