creduce: 2.9.0 -> 2.10.0

Bump required LLVM from 7 to 8.
This commit is contained in:
Will Dietz 2021-11-19 20:15:43 -06:00
parent 4dc1154ea9
commit 5e253e043d
2 changed files with 3 additions and 3 deletions

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "creduce";
version = "2.9.0";
version = "2.10.0";
src = fetchurl {
url = "https://embed.cs.utah.edu/${pname}/${pname}-${version}.tar.gz";
sha256 = "1b833z0g1hich68kzbkpfc26xb8w2phfl5savy8c6ir9ihwy1a8w";
sha256 = "2xwPEjln8k1iCwQM69UwAb89zwPkAPeFVqL/LhH+oGM=";
};
nativeBuildInputs = [ cmake makeWrapper llvm.dev ];

View file

@ -14319,7 +14319,7 @@ with pkgs;
credstash = with python3Packages; toPythonApplication credstash;
creduce = callPackage ../development/tools/misc/creduce {
inherit (llvmPackages_7) llvm libclang;
inherit (llvmPackages_8) llvm libclang;
};
cscope = callPackage ../development/tools/misc/cscope { };