pmix: 5.0.6 -> 5.0.7

This commit is contained in:
R. Ryantm
2025-03-20 07:59:07 +00:00
parent dc18c6f81c
commit dd5d47dbfd
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pmix";
version = "5.0.6";
version = "5.0.7";
src = fetchFromGitHub {
repo = "openpmix";
owner = "openpmix";
rev = "v${finalAttrs.version}";
hash = "sha256-uzsUqf4ZmXmz3vTtD01RkILPxrtCiQ5RMyZ57KAKG1U=";
hash = "sha256-qj/exBi1siCHY1QqNY+ad6n3XI4JZuwnM93Vp+rj1AQ=";
fetchSubmodules = true;
};