Skip to content

Commit

Permalink
Merge pull request #23343 from ndowens/augeas
Browse files Browse the repository at this point in the history
augeas: 1.5.0 -> 1.7.0
  • Loading branch information
Mic92 committed Mar 2, 2017
2 parents 3806d47 + d9bc414 commit 15f1d84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/tools/system/augeas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

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

src = fetchurl {
url = "http://download.augeas.net/${name}.tar.gz";
sha256 = "0gzpafrflkr0incq58vjkabfncrpc97d7mdgglkr57iyzvkbcfr2";
sha256 = "0qwpjz23z1x7dkf5k2y9f1cppryzhx4hpxprla6a4yvzs1smacdr";
};

buildInputs = [ pkgconfig readline libxml2 ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ readline libxml2 ];

meta = with stdenv.lib; {
description = "Configuration editing tool";
license = licenses.lgpl2;
homepage = http://augeas.net/;
maintainers = with maintainers; [offline];
maintainers = with maintainers; [ offline ndowens ];
platforms = platforms.unix;
};
}

0 comments on commit 15f1d84

Please sign in to comment.