mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Update ctemplate
I don't know what this is, but it wasn't building before and now it is. svn path=/nixpkgs/trunk/; revision=33338
This commit is contained in:
parent
ec9ed33730
commit
214482c79a
1 changed files with 3 additions and 3 deletions
|
@ -12,11 +12,11 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
pname = "ctemplate";
|
||||
version = "0.97";
|
||||
version = "2.0";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://google-ctemplate.googlecode.com/files/${name}.tar.gz";
|
||||
sha256 = "0p588zjf7gyi06rcggh9ljx2bj5250zi7s8y3vxmg3j9vddhkdyx";
|
||||
url = "http://ctemplate.googlecode.com/files/${name}.tar.gz";
|
||||
sha256 = "0scdqqbp8fy9jiak60dj1051gbyb8xmlm4rdz4h1myxifjagwbfa";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue