summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2017-02-04 14:13:58 +0100
committerLancelot SIX <lsix@lancelotsix.com>2017-02-04 14:13:58 +0100
commit7702225ad16ba1e30f506106a8bc36b9eeb5847e (patch)
tree5a3fcaa367b32664e92975f86d35b1787765dbc4 /pkgs/tools/text
parenta558519a55065bc48bbe535d3d0fbc08c183e910 (diff)
downloadnixlib-7702225ad16ba1e30f506106a8bc36b9eeb5847e.tar
nixlib-7702225ad16ba1e30f506106a8bc36b9eeb5847e.tar.gz
nixlib-7702225ad16ba1e30f506106a8bc36b9eeb5847e.tar.bz2
nixlib-7702225ad16ba1e30f506106a8bc36b9eeb5847e.tar.lz
nixlib-7702225ad16ba1e30f506106a8bc36b9eeb5847e.tar.xz
nixlib-7702225ad16ba1e30f506106a8bc36b9eeb5847e.tar.zst
nixlib-7702225ad16ba1e30f506106a8bc36b9eeb5847e.zip
gnused: 4.3 -> 4.4
See https://lists.gnu.org/archive/html/info-gnu/2017-02/msg00001.html
for release information.
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/gnused/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/gnused/default.nix b/pkgs/tools/text/gnused/default.nix
index ca038b3ccb49..72d632533ffa 100644
--- a/pkgs/tools/text/gnused/default.nix
+++ b/pkgs/tools/text/gnused/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "gnused-${version}";
-  version = "4.3";
+  version = "4.4";
 
   src = fetchurl {
     url = "mirror://gnu/sed/sed-${version}.tar.xz";
-    sha256 = "1anhdgah8h423hlmn9hwzxzr7hjbqjm6hxq3z1p7p7nf8640vhj7";
+    sha256 = "0fv88bcnraixc8jvpacvxshi30p5x9m7yb8ns1hfv07hmb2ypmnb";
   };
 
   outputs = [ "out" "info" ];