Skip to content

Commit

Permalink
augeas: 1.7.0 -> 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens committed Mar 22, 2017
1 parent 50d77f1 commit 856a7e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/system/augeas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "augeas-${version}";
version = "1.7.0";
version = "1.8.0";

src = fetchurl {
url = "http://download.augeas.net/${name}.tar.gz";
sha256 = "0qwpjz23z1x7dkf5k2y9f1cppryzhx4hpxprla6a4yvzs1smacdr";
sha256 = "1iac5lwi1q10r343ii9v5p2fdplvh06yv9svsi8zz6cd2c2fjp2i";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ readline libxml2 ];
Expand Down

0 comments on commit 856a7e7

Please sign in to comment.