From 214482c79a3029c435c2b6193bb9fba2db3e2b3c Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Wed, 21 Mar 2012 17:42:19 +0000 Subject: [PATCH] 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 --- pkgs/development/libraries/libctemplate/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/libctemplate/default.nix b/pkgs/development/libraries/libctemplate/default.nix index 6e53fcb4fe38..3af7e7e43877 100644 --- a/pkgs/development/libraries/libctemplate/default.nix +++ b/pkgs/development/libraries/libctemplate/default.nix @@ -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"; }; }