mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
ctemplate: minor update to fix build with gcc>=4.7
This commit is contained in:
parent
d8af53a28c
commit
9488570fbb
|
@ -12,11 +12,11 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
pname = "ctemplate";
|
pname = "ctemplate";
|
||||||
version = "2.0";
|
version = "2.2";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ctemplate.googlecode.com/files/${name}.tar.gz";
|
url = "http://ctemplate.googlecode.com/files/${name}.tar.gz";
|
||||||
sha256 = "0scdqqbp8fy9jiak60dj1051gbyb8xmlm4rdz4h1myxifjagwbfa";
|
sha256 = "0vv8gvyndppm9m5s1i5k0jvwcz41l1vfgg04r7nssdpzyz0cpwq4";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue