Bump cloog-ppl to 0.15.11

This is so ppl can be bumped to 0.11, so that when stdenv-updates
is merged we can go back to only having one version of ppl

Tested by nix-build -A gcc44: gcc-4.4 was the first to use graphite
optimizations, and obviously stdenv had to be rebuilt to compile gcc-4.4

svn path=/nixpkgs/branches/stdenv-updates/; revision=26706
This commit is contained in:
Shea Levy 2011-04-06 05:21:05 +00:00
parent 9a9a6cd27e
commit 4a9c8df2de

View file

@ -12,11 +12,11 @@ let
in
stdenv.mkDerivation rec {
name = "cloog-ppl-0.15.9";
name = "cloog-ppl-0.15.11";
src = fetchurl {
url = "mirror://gcc/infrastructure/${name}.tar.gz";
sha256 = "19a2n75k3d3n8llng25f2g88lpvd4zn0lm073rkndjw6l6yd8m4c";
sha256 = "0psdm0bn5gx60glfh955x5b3b23zqrd92idmjr0b00dlnb839mkw";
};
propagatedBuildInputs = [ ppl ];