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

acme-sh: 2.8.3 -> 2.8.5
This commit is contained in:
Mario Rodas 2020-01-20 07:36:58 -05:00 committed by GitHub
commit 949c5f8451
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 }:
stdenv.mkDerivation rec {
pname = "acme.sh";
version = "2.8.3";
version = "2.8.5";
src = fetchFromGitHub {
owner = "Neilpang";
repo = "acme.sh";
rev = version;
sha256 = "0j9wn61jd107fq9ww79399s7adql0vf897s0xavlvv6chq8a6ajj";
sha256 = "0yxhfdb0jz0wn10ka6c79qvcx07656vsaxmjls8qgcfgc472ymhs";
};
nativeBuildInputs = [ makeWrapper ];