Skip to content

Commit

Permalink
Merge pull request #289178 from r-ryantm/auto-update/clingo
Browse files Browse the repository at this point in the history
clingo: 5.6.2 -> 5.7.0
  • Loading branch information
7c6f434c authored Feb 16, 2024
2 parents 3ba73d5 + ac0579e commit 330ab32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/logic/potassco/clingo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "clingo";
version = "5.6.2";
version = "5.7.0";

src = fetchFromGitHub {
owner = "potassco";
repo = "clingo";
rev = "v${version}";
sha256 = "sha256-2vOscD5jengY3z9gHoY9y9y6RLfdzUj7BNKLyppNRac=";
sha256 = "sha256-mXexFRPC/+5mNRVZqzsLJKiRkKA009OQrEhOAg8M38k=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 330ab32

Please sign in to comment.