Author: urkud
Date: Tue Oct 12 08:04:16 2010
New Revision: 24236
URL: https://svn.nixos.org/websvn/nix/?rev=24236&sc=1

Log:
grantlee-0.1.6

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       Tue Oct 
12 07:49:24 2010        (r24235)
+++ nixpkgs/trunk/pkgs/development/libraries/grantlee/default.nix       Tue Oct 
12 08:04:16 2010        (r24236)
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, qt4, cmake }:
 
 stdenv.mkDerivation rec {
-  name = "grantlee-0.1.5";
+  name = "grantlee-0.1.6";
 
 # 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 = "040slr4kpi62vwkwnsxhvnq2m15wqn40knh69ci6kskmb3i8iv1a";
+    sha256 = "0ifdimb3kmw9myvn15r8crbzqps51fr0v5zp486rprwnkshn6pcs";
   };
 
   buildInputs = [ cmake qt4 ];
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to