grantlee-0.1.9

svn path=/nixpkgs/trunk/; revision=28591
This commit is contained in:
Yury G. Kudryashov 2011-08-15 18:05:04 +00:00
parent a2e58ab78e
commit 7a80e467cf

View File

@ -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 ];