acme-sh: 2.8.3 -> 2.8.5

This commit is contained in:
R. RyanTM 2020-01-20 03:00:35 +00:00
parent 4311cfa157
commit 02fad0d598

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 ];