Author: eelco
Date: 2010-06-22 15:23:39 +0000 (Tue, 22 Jun 2010)
New Revision: 22380

You can view the changes in this commit at:
   https://svn.nixos.org/viewvc/nix?rev=22380&view=rev

Modified:
   nixpkgs/trunk/pkgs/tools/text/gnupatch/default.nix

Log:
* Fix the URL.


Changes:

Modified: nixpkgs/trunk/pkgs/tools/text/gnupatch/default.nix
===================================================================
--- nixpkgs/trunk/pkgs/tools/text/gnupatch/default.nix  2010-06-22 15:21:06 UTC 
(rev 22379)
+++ nixpkgs/trunk/pkgs/tools/text/gnupatch/default.nix  2010-06-22 15:23:39 UTC 
(rev 22380)
@@ -8,7 +8,7 @@
     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";;
+      url = "http://nixos.org/tarballs/patch-2.6.1-2-g2c4e3ec.tar.gz";;
       sha256 = "1rspyzrik5cnav3m2fxr8146bsq4mc0yw4x0r8nkl2x7i052yr2c";
     } else fetchurl {
       url = "mirror://gnu/patch/${name}.tar.gz";

_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to