kaminpar: 3.7.1 -> 3.7.2 (#469051)

This commit is contained in:
Weijia Wang
2026-02-03 00:25:15 +00:00
committed by GitHub
+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 ];