diff options
| author | Markus Kowalewski <markus.kowalewski@gmail.com> | 2024-07-23 12:23:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-23 12:23:34 +0200 |
| commit | 784bf62ef39056317c297fdcfd0f6074ccf953ea (patch) | |
| tree | 076ea64a1724f6d272ee348f8d1816c798e657d7 | |
| parent | Merge pull request #329364 from r-ryantm/auto-update/lxd-ui (diff) | |
| parent | pmix: 5.0.1 -> 5.0.3 (diff) | |
| download | nixpkgs-784bf62ef39056317c297fdcfd0f6074ccf953ea.tar.gz | |
Merge pull request #297815 from r-ryantm/auto-update/pmix
pmix: 5.0.1 -> 5.0.3
| -rw-r--r-- | pkgs/development/libraries/pmix/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/pmix/default.nix b/pkgs/development/libraries/pmix/default.nix index 78605179f710..10cc3cac59b7 100644 --- a/pkgs/development/libraries/pmix/default.nix +++ b/pkgs/development/libraries/pmix/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "pmix"; - version = "5.0.1"; + version = "5.0.3"; src = fetchFromGitHub { repo = "openpmix"; owner = "openpmix"; rev = "v${version}"; - hash = "sha256-ZuuzQ8j5zqQ/9mBFEODAaoX9/doWB9Nt9Sl75JkJyqU="; + hash = "sha256-5qBZj4L0Qu/RvNj8meL0OlLCdfGvBP0D916Mr+0XOCQ="; fetchSubmodules = true; }; |
