Author: ludo
Date: Sun Oct  2 20:36:06 2011
New Revision: 29592
URL: https://ssl.nixos.org/websvn/nix/?rev=29592&sc=1

Log:
GNU grep 2.9.

Modified:
   nixpkgs/branches/stdenv-updates/pkgs/tools/text/gnugrep/default.nix

Modified: nixpkgs/branches/stdenv-updates/pkgs/tools/text/gnugrep/default.nix
==============================================================================
--- nixpkgs/branches/stdenv-updates/pkgs/tools/text/gnugrep/default.nix Sun Oct 
 2 20:36:01 2011        (r29591)
+++ nixpkgs/branches/stdenv-updates/pkgs/tools/text/gnugrep/default.nix Sun Oct 
 2 20:36:06 2011        (r29592)
@@ -1,13 +1,13 @@
 { stdenv, fetchurl, pcre, libiconv ? null}:
 
-let version = "2.7"; in
+let version = "2.9"; in
 
 stdenv.mkDerivation ({
   name = "gnugrep-${version}";
 
   src = fetchurl {
     url = "mirror://gnu/grep/grep-${version}.tar.gz";
-    sha256 = "1b8vksfd1ngharac3ygaqim3lrf0yqap992sg0vfm7572l88655d";
+    sha256 = "0w3r6m597p3qgfj6jj1nsggkwr5p38v6cxasfa8i3izcfan8w4g9";
   };
 
   buildInputs = [ pcre ]
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to