augeas: 1.10.1 -> 1.11.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from augeas
This commit is contained in:
parent
e6a37e3ce4
commit
07d33b0024
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "augeas-${version}";
|
name = "augeas-${version}";
|
||||||
version = "1.10.1";
|
version = "1.11.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.augeas.net/${name}.tar.gz";
|
url = "http://download.augeas.net/${name}.tar.gz";
|
||||||
sha256 = "0k9nssn7lk58cl5zv3c8kv2zx9cm2yks3sj7q4fd6qdjz9m2bnsj";
|
sha256 = "1c507qj6dfn2dnsl27w94zs9r45xrgm07y8bqba9ry2s0psfhg1r";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ readline libxml2 ];
|
buildInputs = [ readline libxml2 ];
|
||||||
|
|
Loading…
Reference in New Issue