clingcon: 5.2.0 -> 5.2.1

This commit is contained in:
R. Ryantm 2024-02-16 01:36:32 +00:00
parent f9d40ef7bc
commit e9db8c4c77

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 = ''