summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-09-03 00:05:14 +0100
committerGitHub <noreply@github.com>2018-09-03 00:05:14 +0100
commitbb9f6ea6248966be6839526afcc7d83879b0f1b2 (patch)
treedfb6d78988c13f0a393a71d28b35557aac3c3476 /pkgs/tools
parent029b9924f1b2b024e4e18750c3aec1588b7d0fbb (diff)
parent07d33b002400649f9f3f42e574020ea719651e8f (diff)
downloadnixlib-bb9f6ea6248966be6839526afcc7d83879b0f1b2.tar
nixlib-bb9f6ea6248966be6839526afcc7d83879b0f1b2.tar.gz
nixlib-bb9f6ea6248966be6839526afcc7d83879b0f1b2.tar.bz2
nixlib-bb9f6ea6248966be6839526afcc7d83879b0f1b2.tar.lz
nixlib-bb9f6ea6248966be6839526afcc7d83879b0f1b2.tar.xz
nixlib-bb9f6ea6248966be6839526afcc7d83879b0f1b2.tar.zst
nixlib-bb9f6ea6248966be6839526afcc7d83879b0f1b2.zip
Merge pull request #45848 from r-ryantm/auto-update/augeas
augeas: 1.10.1 -> 1.11.0
Diffstat (limited to 'pkgs/tools')
-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 93ce48644634..4ba876668223 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.10.1";
+  version = "1.11.0";
 
   src = fetchurl {
     url = "http://download.augeas.net/${name}.tar.gz";
-    sha256 = "0k9nssn7lk58cl5zv3c8kv2zx9cm2yks3sj7q4fd6qdjz9m2bnsj";
+    sha256 = "1c507qj6dfn2dnsl27w94zs9r45xrgm07y8bqba9ry2s0psfhg1r";
   };
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [ readline libxml2 ];