mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
grantlee-0.1.7
svn path=/nixpkgs/trunk/; revision=24329
This commit is contained in:
parent
88ad6e74c8
commit
74c19fec9b
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user