From 4a9c8df2de2035c82b7ccfcebd6a0c4cf768b086 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Wed, 6 Apr 2011 05:21:05 +0000 Subject: 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 --- pkgs/development/libraries/cloog-ppl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/cloog-ppl') diff --git a/pkgs/development/libraries/cloog-ppl/default.nix b/pkgs/development/libraries/cloog-ppl/default.nix index ca662d30eb0..d0e4083788b 100644 --- a/pkgs/development/libraries/cloog-ppl/default.nix +++ b/pkgs/development/libraries/cloog-ppl/default.nix @@ -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 ]; -- cgit 1.4.1