Merge pull request #289177 from r-ryantm/auto-update/clingcon

clingcon: 5.2.0 -> 5.2.1
This commit is contained in:
Weijia Wang 2024-03-06 23:48:05 +01:00 committed by GitHub
commit d83c961db0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "clingcon";
version = "5.2.0";
version = "5.2.1";
src = fetchFromGitHub {
owner = "potassco";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wZfTneoQSqEnLAVE8WyPh9EABmOEhDgRm6yWAF1T7Nk=";
sha256 = "sha256-R2kgcw8VUwhOdvPXnsahT5gnoUd5DXLqfdH++8rFoAA=";
};
postPatch = ''