Author: urkud
Date: Mon Aug 15 18:05:04 2011
New Revision: 28591
URL: https://svn.nixos.org/websvn/nix/?rev=28591&sc=1

Log:
grantlee-0.1.9

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       Mon Aug 
15 18:04:57 2011        (r28590)
+++ nixpkgs/trunk/pkgs/development/libraries/grantlee/default.nix       Mon Aug 
15 18:05:04 2011        (r28591)
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, qt4, cmake }:
 
 stdenv.mkDerivation rec {
-  name = "grantlee-0.1.7";
+  name = "grantlee-0.1.9";
 
 # 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 = "0gv6filg5a10kqs286bv79fpjff9qjq6czvysgci7mrk4lknra72";
+    sha256 = "112rynnd10sxw5yqbv33g7yxs79d6clfbs2xbwflsrgkbyk5iw37";
   };
 
   buildInputs = [ cmake qt4 ];
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to