kaminpar: 3.7.1 -> 3.7.2

This commit is contained in:
R. Ryantm
2025-12-08 17:46:52 +00:00
parent 6fc89036dc
commit d5f14598f3
+2 -2
View File
@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "kaminpar";
version = "3.7.1";
version = "3.7.2";
src = fetchFromGitHub {
owner = "KaHIP";
repo = "KaMinPar";
tag = "v${finalAttrs.version}";
hash = "sha256-g343iIpKRclQ+hKdWEVbA7JVuHGBLSq40rK9YUBIy+o=";
hash = "sha256-yuceZE3o5dvK7Q8y8nbq7DLMx51GLk2lRh2hMTLdbRc=";
};
nativeBuildInputs = [ cmake ];