creduce: 2.8.0 -> 2.9.0, llvm7

This commit is contained in:
Will Dietz 2019-05-05 22:12:10 -05:00
parent 5e407fcbb0
commit 5fe0547457
2 changed files with 5 additions and 5 deletions

View File

@ -7,12 +7,12 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "creduce-${version}"; pname = "creduce";
version = "2.8.0"; version = "2.9.0";
src = fetchurl { src = fetchurl {
url = "https://embed.cs.utah.edu/creduce/${name}.tar.gz"; url = "https://embed.cs.utah.edu/${pname}/${pname}-${version}.tar.gz";
sha256 = "1vqx73ymfscvlyig03972a5m7ar3gx2yv6m8c6h2mibz792j5xkp"; sha256 = "1b833z0g1hich68kzbkpfc26xb8w2phfl5savy8c6ir9ihwy1a8w";
}; };
nativeBuildInputs = [ cmake makeWrapper ]; nativeBuildInputs = [ cmake makeWrapper ];

View File

@ -8872,7 +8872,7 @@ in
credstash = with python3Packages; toPythonApplication credstash; credstash = with python3Packages; toPythonApplication credstash;
creduce = callPackage ../development/tools/misc/creduce { creduce = callPackage ../development/tools/misc/creduce {
inherit (llvmPackages_6) llvm clang-unwrapped; inherit (llvmPackages_7) llvm clang-unwrapped;
}; };
cscope = callPackage ../development/tools/misc/cscope { }; cscope = callPackage ../development/tools/misc/cscope { };