pmix: 5.0.3 -> 5.0.4

(cherry picked from commit 998d697689)
This commit is contained in:
Markus Kowalewski 2024-11-13 17:59:00 +01:00 committed by github-actions[bot]
parent 7937932921
commit 54cdac0f3c

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;
};