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

clingo: 5.6.1 -> 5.6.2
This commit is contained in:
7c6f434c 2022-11-10 10:32:04 +00:00 committed by GitHub
commit 511bbd4c78
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.6.1";
version = "5.6.2";
src = fetchFromGitHub {
owner = "potassco";
repo = "clingo";
rev = "v${version}";
sha256 = "sha256-blr2GPa/ZwVfvot6wUcQmdN/mLEox6tjIWtr0geeoDI=";
sha256 = "sha256-2vOscD5jengY3z9gHoY9y9y6RLfdzUj7BNKLyppNRac=";
};
nativeBuildInputs = [ cmake ];