Author: urkud
Date: Sun Oct 17 18:43:43 2010
New Revision: 24329
URL: https://svn.nixos.org/websvn/nix/?rev=24329&sc=1

Log:
grantlee-0.1.7

Modified:
   nixpkgs/trunk/pkgs/development/libraries/grantlee/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/grantlee/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/grantlee/default.nix       Sun Oct 
17 18:43:38 2010        (r24328)
+++ nixpkgs/trunk/pkgs/development/libraries/grantlee/default.nix       Sun Oct 
17 18:43:43 2010        (r24329)
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, qt4, cmake }:
 
 stdenv.mkDerivation rec {
-  name = "grantlee-0.1.6";
+  name = "grantlee-0.1.7";
 
 # Upstream download server has country code firewall, so I made a mirror. The
 # URL of the mirror may change in the future, so don't publish it yet.
@@ -10,7 +10,7 @@
       "http://downloads.grantlee.org/${name}.tar.gz";
       "http://www.loegria.net/grantlee/${name}.tar.gz";
     ];
-    sha256 = "0ifdimb3kmw9myvn15r8crbzqps51fr0v5zp486rprwnkshn6pcs";
+    sha256 = "0gv6filg5a10kqs286bv79fpjff9qjq6czvysgci7mrk4lknra72";
   };
 
   buildInputs = [ cmake qt4 ];
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to