summary refs log tree commit diff
path: root/pkgs/tools/text/gnupatch
diff options
context:
space:
mode:
authorDavid Guibert <david.guibert@gmail.com>2010-05-28 11:06:52 +0000
committerDavid Guibert <david.guibert@gmail.com>2010-05-28 11:06:52 +0000
commitbf11f132e01e00a72c0c748797bfe50fe214d0db (patch)
tree6ceb1e50f71ae5dfbb2b307890641c0e0ee97c81 /pkgs/tools/text/gnupatch
parentead4a8acbcc018cf3efd3e745b5d8b3609b04dcb (diff)
gnupatch: fix broken url
svn path=/nixpkgs/branches/stdenv-updates/; revision=22042
Diffstat (limited to 'pkgs/tools/text/gnupatch')
-rw-r--r--pkgs/tools/text/gnupatch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/gnupatch/default.nix b/pkgs/tools/text/gnupatch/default.nix
index e6383f40a7c15..ce4924a6de217 100644
--- a/pkgs/tools/text/gnupatch/default.nix
+++ b/pkgs/tools/text/gnupatch/default.nix
@@ -8,8 +8,8 @@ stdenv.mkDerivation rec {
     then fetchurl {
       # Temporary fix for
       # http://lists.gnu.org/archive/html/bug-patch/2010-01/msg00004.html .
-      url = "ftp://alpha.gnu.org/gnu/patch/patch-2.6.1-2-g2c4e3ec.tar.gz";
-      sha256 = "1rspyzrik5cnav3m2fxr8146bsq4mc0yw4x0r8nkl2x7i052yr2c";
+      url = "ftp://alpha.gnu.org/gnu/patch/patch-2.6.1.85-423d.tar.gz";
+      sha256 = "13dddh7m8g48rvxldm9i5xp9m7h76zqp7s327m5k8k39kg146xvw";
     } else fetchurl {
       url = "mirror://gnu/patch/${name}.tar.gz";
       sha256 = "1fc1jyq80nswkf492fiqdbl2bhvlw2wb44ghqlfd3zngx4qkfmni";