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

clingo: 5.5.0 -> 5.5.1
This commit is contained in:
7c6f434c 2021-12-06 13:12:18 +00:00 committed by GitHub
commit 122413f680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "clingo";
version = "5.5.0";
version = "5.5.1";
src = fetchzip {
url = "https://github.com/potassco/clingo/archive/v${version}.tar.gz";
sha256 = "sha256-6xKtNi5IprjaFNadfk8kKjKzuPRanUjycLWCytnk0mU=";
sha256 = "sha256-KBCwGNkz5HqbgXbDxPVcqxMXC8B2+wRI8eZVVXMVpLI=";
};
nativeBuildInputs = [ cmake ];