acme-sh: 3.0.1 -> 3.0.2

This commit is contained in:
R. Ryantm 2022-02-10 21:49:15 +00:00
parent 5199bf37eb
commit e34292de3d

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 = [