Merge pull request #66162 from r-ryantm/auto-update/souffle

souffle: 1.5.1 -> 1.6.1
This commit is contained in:
Mario Rodas 2019-08-06 06:22:05 -05:00 committed by GitHub
commit c1fc59ce75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,13 +10,13 @@ let
in
stdenv.mkDerivation rec {
name = "souffle-${version}";
version = "1.5.1";
version = "1.6.1";
src = fetchFromGitHub {
owner = "souffle-lang";
repo = "souffle";
rev = version;
sha256 = "06sa250z3v8hs91p6cqdzlwwaq96j6zmfrrld1fzd1b620aa5iys";
sha256 = "004c5iicjnlzn1yz1k7a28s4xdqx00016rr870drdq2z30mxfgz8";
};
nativeBuildInputs = [ autoreconfHook bison flex mcpp doxygen graphviz makeWrapper perl ];