pmix: 5.0.8 -> 5.0.9

This commit is contained in:
R. Ryantm
2025-09-24 08:42:51 +00:00
parent 34ba0f1889
commit cb2b064300
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pmix";
version = "5.0.8";
version = "5.0.9";
src = fetchFromGitHub {
repo = "openpmix";
owner = "openpmix";
tag = "v${finalAttrs.version}";
hash = "sha256-oYqDFXycNCYv0YK4VbkW5SQWLq+FTJEyY9rvH50nbYI=";
hash = "sha256-3z3NZPssaKBujulASYEJXwX/dhyCQxmRmjy31kOMpAQ=";
fetchSubmodules = true;
};