augeas: 1.11.0 -> 1.12.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/augeas/versions
wip/yesman
R. RyanTM 5 years ago committed by Frederik Rietdijk
parent 362eb6daa8
commit e6f1253c05
  1. 4
      pkgs/tools/system/augeas/default.nix

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "augeas-${version}";
version = "1.11.0";
version = "1.12.0";
src = fetchurl {
url = "http://download.augeas.net/${name}.tar.gz";
sha256 = "1c507qj6dfn2dnsl27w94zs9r45xrgm07y8bqba9ry2s0psfhg1r";
sha256 = "11ybhb13wkkilsn7b416a1dn61m1xrq0lbdpkhp5w61jrk4l469j";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ readline libxml2 ];

Loading…
Cancel
Save