Skip to content

Commit

Permalink
pmix: 5.0.5 -> 5.0.6 (#371854)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Jan 9, 2025
2 parents adf96b3 + cfbd443 commit 8b0e824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pm/pmix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "pmix";
version = "5.0.5";
version = "5.0.6";

src = fetchFromGitHub {
repo = "openpmix";
owner = "openpmix";
rev = "v${finalAttrs.version}";
hash = "sha256-iyvD6uR+kHAs5uLD3NPBVSQUslAsH40dwtszhAsJvqw=";
hash = "sha256-uzsUqf4ZmXmz3vTtD01RkILPxrtCiQ5RMyZ57KAKG1U=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 8b0e824

Please sign in to comment.