summary refs log tree commit diff
path: root/pkgs/development/libraries/grantlee
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2010-10-17 18:43:43 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2010-10-17 18:43:43 +0000
commit74c19fec9bbf4b6a60777df973c98722625711ed (patch)
tree6bef6fb0f454762b96ed6aa46a1d413edf6dd5df /pkgs/development/libraries/grantlee
parent88ad6e74c837eca8f284c064acd04b53924fe40b (diff)
downloadnixpkgs-74c19fec9bbf4b6a60777df973c98722625711ed.tar
nixpkgs-74c19fec9bbf4b6a60777df973c98722625711ed.tar.gz
nixpkgs-74c19fec9bbf4b6a60777df973c98722625711ed.tar.bz2
nixpkgs-74c19fec9bbf4b6a60777df973c98722625711ed.tar.lz
nixpkgs-74c19fec9bbf4b6a60777df973c98722625711ed.tar.xz
nixpkgs-74c19fec9bbf4b6a60777df973c98722625711ed.tar.zst
nixpkgs-74c19fec9bbf4b6a60777df973c98722625711ed.zip
grantlee-0.1.7
svn path=/nixpkgs/trunk/; revision=24329
Diffstat (limited to 'pkgs/development/libraries/grantlee')
-rw-r--r--pkgs/development/libraries/grantlee/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/grantlee/default.nix b/pkgs/development/libraries/grantlee/default.nix
index b2a1c8b6458..85697aba87f 100644
--- a/pkgs/development/libraries/grantlee/default.nix
+++ b/pkgs/development/libraries/grantlee/default.nix
@@ -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 @@ stdenv.mkDerivation rec {
       "http://downloads.grantlee.org/${name}.tar.gz"
       "http://www.loegria.net/grantlee/${name}.tar.gz"
     ];
-    sha256 = "0ifdimb3kmw9myvn15r8crbzqps51fr0v5zp486rprwnkshn6pcs";
+    sha256 = "0gv6filg5a10kqs286bv79fpjff9qjq6czvysgci7mrk4lknra72";
   };
 
   buildInputs = [ cmake qt4 ];