summary refs log tree commit diff
path: root/pkgs/development/libraries/grantlee
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2011-08-15 18:05:04 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2011-08-15 18:05:04 +0000
commit7a80e467cfbbfed437249a7e0ffe58c1876d2aaa (patch)
tree9ad0fbe85e0dfa37d95b89c99c634000ad6cf3da /pkgs/development/libraries/grantlee
parenta2e58ab78eae01b9e18a986cc128c51c9adc22c9 (diff)
downloadnixpkgs-7a80e467cfbbfed437249a7e0ffe58c1876d2aaa.tar
nixpkgs-7a80e467cfbbfed437249a7e0ffe58c1876d2aaa.tar.gz
nixpkgs-7a80e467cfbbfed437249a7e0ffe58c1876d2aaa.tar.bz2
nixpkgs-7a80e467cfbbfed437249a7e0ffe58c1876d2aaa.tar.lz
nixpkgs-7a80e467cfbbfed437249a7e0ffe58c1876d2aaa.tar.xz
nixpkgs-7a80e467cfbbfed437249a7e0ffe58c1876d2aaa.tar.zst
nixpkgs-7a80e467cfbbfed437249a7e0ffe58c1876d2aaa.zip
grantlee-0.1.9
svn path=/nixpkgs/trunk/; revision=28591
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 85697aba87f..39170dd1ca7 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.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 @@ stdenv.mkDerivation rec {
       "http://downloads.grantlee.org/${name}.tar.gz"
       "http://www.loegria.net/grantlee/${name}.tar.gz"
     ];
-    sha256 = "0gv6filg5a10kqs286bv79fpjff9qjq6czvysgci7mrk4lknra72";
+    sha256 = "112rynnd10sxw5yqbv33g7yxs79d6clfbs2xbwflsrgkbyk5iw37";
   };
 
   buildInputs = [ cmake qt4 ];