mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
cloog: 0.18.3 -> 0.18.4
This commit is contained in:
parent
3583e2a24d
commit
48f94e2aea
@ -1,11 +1,11 @@
|
||||
{ fetchurl, stdenv, gmp, isl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cloog-0.18.3";
|
||||
name = "cloog-0.18.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.bastoul.net/cloog/pages/download/count.php3?url=./${name}.tar.gz";
|
||||
sha256 = "0d4pqs4rs1qx0302wpv06ww1nwyg4yv5cw9qpfzxz36b19s6q326";
|
||||
sha256 = "03km1aqaiy3sbqc2f046ms9x0mlmacxlvs5rxsvjj8nf20vxynij";
|
||||
};
|
||||
|
||||
buildInputs = [ gmp ];
|
||||
|
Loading…
Reference in New Issue
Block a user