Author: ludo
Date: Thu Oct  7 22:29:00 2010
New Revision: 24160
URL: https://svn.nixos.org/websvn/nix/?rev=24160&sc=1

Log:
GNU grep 2.7.

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 Thu Oct 
 7 22:10:37 2010        (r24159)
+++ nixpkgs/branches/stdenv-updates/pkgs/tools/text/gnugrep/default.nix Thu Oct 
 7 22:29:00 2010        (r24160)
@@ -1,6 +1,6 @@
 {stdenv, fetchurl, pcre}:
 
-let version = "2.6.3"; in
+let version = "2.7"; in
 
 stdenv.mkDerivation {
   name = "gnugrep-${version}";
@@ -9,7 +9,7 @@
   
   src = fetchurl {
     url = "mirror://gnu/grep/grep-${version}.tar.gz";
-    sha256 = "0rnnljzcpb2sl5zabww7gbzk9r6kp8kycsqrf909d6jdak8yah53";
+    sha256 = "1b8vksfd1ngharac3ygaqim3lrf0yqap992sg0vfm7572l88655d";
   };
   
   buildInputs = [pcre];
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to