clingo: 5.7.0 -> 5.7.1

This commit is contained in:
R. Ryantm
2024-02-19 09:11:09 +00:00
parent aa4e6947d2
commit acb4c80843
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "clingo";
version = "5.7.0";
version = "5.7.1";
src = fetchFromGitHub {
owner = "potassco";
repo = "clingo";
rev = "v${version}";
sha256 = "sha256-mXexFRPC/+5mNRVZqzsLJKiRkKA009OQrEhOAg8M38k=";
sha256 = "sha256-S0JAfMwg49aryKABbC/2oLCEkndVpMVcFE6X0vkbtNc=";
};
nativeBuildInputs = [ cmake ];