Skip to content

Commit

Permalink
Merge pull request #76297 from ruuda/acme-client-0.2.5
Browse files Browse the repository at this point in the history
acme-client: 0.2.4 -> 0.2.5
  • Loading branch information
nlewo committed Dec 27, 2019
2 parents 2002bf9 + 6d4c873 commit cee8906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/acme-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "acme-client";
version = "0.2.4";
version = "0.2.5";

src = fetchFromGitHub {
owner = "graywolf";
repo = "acme-client-portable";
rev = "v${version}";
sha256 = "1yq2lkrnjwjs0h9mijqysnjmr7kp4zcq1f4cxr9n1db7pw8446xb";
sha256 = "1d9yk87nj5gizkq26m4wqfh4xhlrn5xlfj7mfgvrpsdiwibqxrrw";
};

nativeBuildInputs = [ autoreconfHook bison pkgconfig ];
Expand Down

0 comments on commit cee8906

Please sign in to comment.