clingo: 5.7.1 -> 5.8.0 (#395780)

This commit is contained in:
7c6f434c 2025-04-04 05:13:56 +00:00 committed by GitHub
commit caa4890df2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "clingo";
version = "5.7.1";
version = "5.8.0";
src = fetchFromGitHub {
owner = "potassco";
repo = "clingo";
rev = "v${version}";
sha256 = "sha256-S0JAfMwg49aryKABbC/2oLCEkndVpMVcFE6X0vkbtNc=";
sha256 = "sha256-VhfWGAcrq4aN5Tgz84v7vLOWexsA89vRaang58SXVyI=";
};
nativeBuildInputs = [ cmake ];