summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/gnused
diff options
context:
space:
mode:
authorDanny Wilson <danny@onlinetouch.nl>2013-02-28 16:50:58 +0100
committerDanny Wilson <danny@onlinetouch.nl>2013-02-28 20:04:11 +0100
commitef85e97b518ffbf5913f5ba1e44cce8337b2a886 (patch)
tree59f758487ec38fc765c3daa414076fefa6a993e1 /pkgs/tools/text/gnused
parente33b77d84d1c4dabc18a439e39c9f084e7c566fb (diff)
Update gnused to 4.2.2
Diffstat (limited to 'pkgs/tools/text/gnused')
-rw-r--r--pkgs/tools/text/gnused/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/gnused/default.nix b/pkgs/tools/text/gnused/default.nix
index 66fcb3d19290..65a1c131de15 100644
--- a/pkgs/tools/text/gnused/default.nix
+++ b/pkgs/tools/text/gnused/default.nix
@@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
- name = "gnused-4.2.1";
+ name = "gnused-4.2.2";
src = fetchurl {
- url = mirror://gnu/sed/sed-4.2.1.tar.gz;
- sha256 = "0q1hzjvr6pzhaagidg7pj76k1fzz5nl15np7p72w9zcpw0f58ww7";
+ url = mirror://gnu/sed/sed-4.2.2.tar.gz;
+ sha256 = "f048d1838da284c8bc9753e4506b85a1e0cc1ea8999d36f6995bcb9460cddbd7";
};
meta = {