mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
augeas: 1.7.0 -> 1.8.0
This commit is contained in:
parent
50d77f18ac
commit
856a7e7646
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "augeas-${version}";
|
name = "augeas-${version}";
|
||||||
version = "1.7.0";
|
version = "1.8.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.augeas.net/${name}.tar.gz";
|
url = "http://download.augeas.net/${name}.tar.gz";
|
||||||
sha256 = "0qwpjz23z1x7dkf5k2y9f1cppryzhx4hpxprla6a4yvzs1smacdr";
|
sha256 = "1iac5lwi1q10r343ii9v5p2fdplvh06yv9svsi8zz6cd2c2fjp2i";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ readline libxml2 ];
|
buildInputs = [ readline libxml2 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user