Author: shlevy
Date: Wed Apr  6 05:21:05 2011
New Revision: 26706
URL: https://svn.nixos.org/websvn/nix/?rev=26706&sc=1

Log:
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

Modified:
   
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/cloog-ppl/default.nix

Modified: 
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/cloog-ppl/default.nix
==============================================================================
--- 
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/cloog-ppl/default.nix
    Tue Apr  5 20:56:05 2011        (r26705)
+++ 
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/cloog-ppl/default.nix
    Wed Apr  6 05:21:05 2011        (r26706)
@@ -12,11 +12,11 @@
 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 ];
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to