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

clingo: 5.5.2 -> 5.6.0
This commit is contained in:
7c6f434c 2022-09-13 18:04:50 +00:00 committed by GitHub
commit 1cea3c2362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "clingo";
version = "5.5.2";
version = "5.6.0";
src = fetchFromGitHub {
owner = "potassco";
repo = "clingo";
rev = "v${version}";
sha256 = "sha256-fBf7MRFkd5SfHDQ5OvWx4lP/N716SrF9uY4JF7SiWRk=";
sha256 = "sha256-3qyQ7CnpELs6IsDxrW+IbV/TmlfYxP9VIVVjc7sM9fg=";
};
nativeBuildInputs = [ cmake ];