Merge pull request #213342 from r-ryantm/auto-update/pmix

pmix: 3.2.3 -> 3.2.4
This commit is contained in:
markuskowa 2023-01-29 18:35:44 +01:00 committed by GitHub
commit be5e88c258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "pmix";
version = "3.2.3";
version = "3.2.4";
src = fetchFromGitHub {
repo = "openpmix";
owner = "openpmix";
rev = "v${version}";
sha256 = "sha256-w3j4zgEAn6RxIHAvy0B3MPFTV46ocCvc0Z36tN1T+rc=";
sha256 = "sha256-79zTZm549VRsqeziCuBT6l4jTJ6D/gZaMAvgHZm7jn4=";
};
postPatch = ''