Author: eelco Date: 2010-06-22 15:21:06 +0000 (Tue, 22 Jun 2010) New Revision: 22379
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22379&view=rev Modified: nixpkgs/trunk/pkgs/tools/text/gnupatch/default.nix Log: * Revert r22376, this should be in the stdenv branch. Changes: Modified: nixpkgs/trunk/pkgs/tools/text/gnupatch/default.nix =================================================================== --- nixpkgs/trunk/pkgs/tools/text/gnupatch/default.nix 2010-06-22 14:42:34 UTC (rev 22378) +++ nixpkgs/trunk/pkgs/tools/text/gnupatch/default.nix 2010-06-22 15:21:06 UTC (rev 22379) @@ -8,8 +8,8 @@ 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.85-423d.tar.gz"; - sha256 = "13dddh7m8g48rvxldm9i5xp9m7h76zqp7s327m5k8k39kg146xvw"; + url = "ftp://alpha.gnu.org/gnu/patch/patch-2.6.1-2-g2c4e3ec.tar.gz"; + sha256 = "1rspyzrik5cnav3m2fxr8146bsq4mc0yw4x0r8nkl2x7i052yr2c"; } else fetchurl { url = "mirror://gnu/patch/${name}.tar.gz"; sha256 = "1fc1jyq80nswkf492fiqdbl2bhvlw2wb44ghqlfd3zngx4qkfmni"; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
