creduce: 2.9.0 -> 2.10.0
Bump required LLVM from 7 to 8.
This commit is contained in:
parent
4dc1154ea9
commit
5e253e043d
2 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "creduce";
|
pname = "creduce";
|
||||||
version = "2.9.0";
|
version = "2.10.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://embed.cs.utah.edu/${pname}/${pname}-${version}.tar.gz";
|
url = "https://embed.cs.utah.edu/${pname}/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1b833z0g1hich68kzbkpfc26xb8w2phfl5savy8c6ir9ihwy1a8w";
|
sha256 = "2xwPEjln8k1iCwQM69UwAb89zwPkAPeFVqL/LhH+oGM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake makeWrapper llvm.dev ];
|
nativeBuildInputs = [ cmake makeWrapper llvm.dev ];
|
||||||
|
|
|
@ -14319,7 +14319,7 @@ with pkgs;
|
||||||
credstash = with python3Packages; toPythonApplication credstash;
|
credstash = with python3Packages; toPythonApplication credstash;
|
||||||
|
|
||||||
creduce = callPackage ../development/tools/misc/creduce {
|
creduce = callPackage ../development/tools/misc/creduce {
|
||||||
inherit (llvmPackages_7) llvm libclang;
|
inherit (llvmPackages_8) llvm libclang;
|
||||||
};
|
};
|
||||||
|
|
||||||
cscope = callPackage ../development/tools/misc/cscope { };
|
cscope = callPackage ../development/tools/misc/cscope { };
|
||||||
|
|
Loading…
Reference in a new issue