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 21 stdenv.mkDerivation (finalAttrs: { 22 pname = "pmix"; 23 - version = "5.0.7"; 24 25 src = fetchFromGitHub { 26 repo = "openpmix"; 27 owner = "openpmix"; 28 tag = "v${finalAttrs.version}"; 29 - hash = "sha256-qj/exBi1siCHY1QqNY+ad6n3XI4JZuwnM93Vp+rj1AQ="; 30 fetchSubmodules = true; 31 }; 32
··· 20 21 stdenv.mkDerivation (finalAttrs: { 22 pname = "pmix"; 23 + version = "5.0.8"; 24 25 src = fetchFromGitHub { 26 repo = "openpmix"; 27 owner = "openpmix"; 28 tag = "v${finalAttrs.version}"; 29 + hash = "sha256-oYqDFXycNCYv0YK4VbkW5SQWLq+FTJEyY9rvH50nbYI="; 30 fetchSubmodules = true; 31 }; 32