summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/gnused
diff options
context:
space:
mode:
authorDanny Wilson <danny@prime.vc>2013-02-28 18:53:50 +0000
committerDanny Wilson <danny@onlinetouch.nl>2013-02-28 20:04:11 +0100
commit58e6277d77088629b72b2bf9a02f46edb4208c36 (patch)
tree180db4e17b00b7319e6a7f691b219c7db9adbb59 /pkgs/tools/text/gnused
parent66798d7aaf79fdb4eca7c1f04f092544b4afa4a6 (diff)
Allow GNU Patch tests to run with non-bash shell.
Fix gnused url.
Diffstat (limited to 'pkgs/tools/text/gnused')
-rw-r--r--pkgs/tools/text/gnused/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/gnused/default.nix b/pkgs/tools/text/gnused/default.nix
index 65a1c131de15..d16ce1e0a299 100644
--- a/pkgs/tools/text/gnused/default.nix
+++ b/pkgs/tools/text/gnused/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "gnused-4.2.2";
src = fetchurl {
- url = mirror://gnu/sed/sed-4.2.2.tar.gz;
+ url = mirror://gnu/sed/sed-4.2.2.tar.bz2;
sha256 = "f048d1838da284c8bc9753e4506b85a1e0cc1ea8999d36f6995bcb9460cddbd7";
};