Unverified Commit 511bbd4c authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

clingo: 5.6.1 -> 5.6.2
parents 79f1abca f77d334a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];