pmix: 5.0.9 -> 5.0.10

This commit is contained in:
R. Ryantm
2026-01-27 01:56:07 +00:00
parent 691a69afc8
commit 8423cdf3db
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pmix";
version = "5.0.9";
version = "5.0.10";
src = fetchFromGitHub {
repo = "openpmix";
owner = "openpmix";
tag = "v${finalAttrs.version}";
hash = "sha256-3z3NZPssaKBujulASYEJXwX/dhyCQxmRmjy31kOMpAQ=";
hash = "sha256-i7DZCJeNwjcRYCp3t0GlKM1V1rU/ws22u5Ct/JZ5P1Q=";
fetchSubmodules = true;
};