pmix: 5.0.3 -> 5.0.4

This commit is contained in:
Markus Kowalewski
2024-11-13 17:59:00 +01:00
parent 4ac89e5e22
commit 998d697689
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pmix";
version = "5.0.3";
version = "5.0.4";
src = fetchFromGitHub {
repo = "openpmix";
owner = "openpmix";
rev = "v${finalAttrs.version}";
hash = "sha256-5qBZj4L0Qu/RvNj8meL0OlLCdfGvBP0D916Mr+0XOCQ=";
hash = "sha256-QsJm+4GnV5qrXVG3AwQxWas51AHcqycKjTpSG2/oOGU=";
fetchSubmodules = true;
};