grantlee-0.2.0

svn path=/nixpkgs/trunk/; revision=31542
This commit is contained in:
Yury G. Kudryashov 2012-01-14 18:03:05 +00:00
parent c2e38f32c0
commit b891f159b5

View File

@ -1,16 +1,15 @@
{ stdenv, fetchurl, qt4, cmake }: { stdenv, fetchurl, qt4, cmake }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "grantlee-0.1.9"; name = "grantlee-0.2.0";
# Upstream download server has country code firewall, so I made a mirror. The # Upstream download server has country code firewall, so I made a mirror.
# URL of the mirror may change in the future, so don't publish it yet.
src = fetchurl { src = fetchurl {
urls = [ urls = [
"http://downloads.grantlee.org/${name}.tar.gz" "http://downloads.grantlee.org/${name}.tar.gz"
"http://www.loegria.net/grantlee/${name}.tar.gz" "http://www.loegria.net/grantlee/${name}.tar.gz"
]; ];
sha256 = "112rynnd10sxw5yqbv33g7yxs79d6clfbs2xbwflsrgkbyk5iw37"; sha256 = "0x6lvn5i9025vdbs6sybs2mm5ay5y40f7nvb58mc2k518rmjb9j3";
}; };
buildInputs = [ cmake qt4 ]; buildInputs = [ cmake qt4 ];