about summary refs log tree commit diff
path: root/pkgs/tools/system/augeas
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-14 00:37:07 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-04-27 07:42:05 +0200
commite6f1253c05f3cc9614c3a111f5689a53dfd6742e (patch)
tree0b0759b1379afa44afd34a66b145b5ecabb29864 /pkgs/tools/system/augeas
parent362eb6daa8183765244fab80369e2c2108269b35 (diff)
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
Diffstat (limited to 'pkgs/tools/system/augeas')
-rw-r--r--pkgs/tools/system/augeas/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/augeas/default.nix b/pkgs/tools/system/augeas/default.nix
index 4ba8766682233..a8fca06c3618f 100644
--- a/pkgs/tools/system/augeas/default.nix
+++ b/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 ];