pmix: 5.0.7 -> 5.0.8 (#440259)

authored by Doron Behar and committed by GitHub f51423fe 742b94eb

+2 -2
+2 -2
pkgs/by-name/pm/pmix/package.nix
··· 20 20 21 21 stdenv.mkDerivation (finalAttrs: { 22 22 pname = "pmix"; 23 - version = "5.0.7"; 23 + version = "5.0.8"; 24 24 25 25 src = fetchFromGitHub { 26 26 repo = "openpmix"; 27 27 owner = "openpmix"; 28 28 tag = "v${finalAttrs.version}"; 29 - hash = "sha256-qj/exBi1siCHY1QqNY+ad6n3XI4JZuwnM93Vp+rj1AQ="; 29 + hash = "sha256-oYqDFXycNCYv0YK4VbkW5SQWLq+FTJEyY9rvH50nbYI="; 30 30 fetchSubmodules = true; 31 31 }; 32 32