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

acme-sh: 2.8.6 -> 2.8.7
This commit is contained in:
Mario Rodas 2020-09-08 18:41:51 -05:00 committed by GitHub
commit edce3e6e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper, curl, openssl, socat, iproute, unixtools, dnsutils }:
stdenv.mkDerivation rec {
pname = "acme.sh";
version = "2.8.6";
version = "2.8.7";
src = fetchFromGitHub {
owner = "Neilpang";
repo = "acme.sh";
rev = version;
sha256 = "0zbs8vzbh89wxf36h9mvhin2p85n3jrsq6l5i40q1zkzgwi3648n";
sha256 = "0bwzrrm07v2lpsja0r0z7nj3jrf814w57mmk8lbdk9dsb3i07x4w";
};
nativeBuildInputs = [ makeWrapper ];