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

acme-sh: 2.8.9 -> 2.9.0
This commit is contained in:
Luke Granger-Brown
2021-06-06 17:40:55 +01:00
committed by GitHub
+2 -2
View File
@@ -1,13 +1,13 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper, curl, openssl, socat, iproute2, unixtools, dnsutils }:
stdenv.mkDerivation rec {
pname = "acme.sh";
version = "2.8.9";
version = "2.9.0";
src = fetchFromGitHub {
owner = "Neilpang";
repo = "acme.sh";
rev = version;
sha256 = "sha256-xiLAvxly4WbMb6DAXPsXJgQqVmTlX9cbqFECJQ+r0Jk=";
sha256 = "sha256-BSKqfj8idpE4OV8/EJkCFo5i1vq/aEde/moqJcwuDvk=";
};
nativeBuildInputs = [ makeWrapper ];