Merge pull request #106173 from r-ryantm/auto-update/clingo

clingo: 5.4.0 -> 5.4.1
This commit is contained in:
Sandro 2020-12-07 16:31:33 +01:00 committed by GitHub
commit 8aa402736e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "clingo";
version = "5.4.0";
version = "5.4.1";
src = fetchzip {
url = "https://github.com/potassco/clingo/archive/v${version}.tar.gz";
sha256 = "0gfqlgwg3qx042w6hdc9qpmr50n4vci3p0ddk28f3kqacf6q9q7m";
sha256 = "1f0q5f71s696ywxcjlfz7z134m1h7i39j9sfdv8hlw2w3g5nppc3";
};
nativeBuildInputs = [ cmake ];