Author: simons Date: 2010-06-22 14:34:41 +0000 (Tue, 22 Jun 2010) New Revision: 22376
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22376&view=rev Modified: nixpkgs/trunk/pkgs/tools/text/gnupatch/default.nix Log: pkgs/tools/text/gnupatch: patch 2.6.1-2-g2c4e3ec no longer exists; update to latest version Changes: Modified: nixpkgs/trunk/pkgs/tools/text/gnupatch/default.nix =================================================================== --- nixpkgs/trunk/pkgs/tools/text/gnupatch/default.nix 2010-06-22 13:44:53 UTC (rev 22375) +++ nixpkgs/trunk/pkgs/tools/text/gnupatch/default.nix 2010-06-22 14:34:41 UTC (rev 22376) @@ -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-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"; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
