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

pmix: 3.2.0 -> 3.2.1
This commit is contained in:
markuskowa 2020-11-15 17:39:07 +01:00 committed by GitHub
commit 81bd630454
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
} :
let
version = "3.2.0";
version = "3.2.1";
in stdenv.mkDerivation {
pname = "pmix";
@ -13,7 +13,7 @@ in stdenv.mkDerivation {
repo = "openpmix";
owner = "openpmix";
rev = "v${version}";
sha256 = "171hpz0m6lpyjd1hkxy7fl06fcgymz8cssqgbxzg92b7x595276b";
sha256 = "0c9q9a18kdilj6ddqlsvalyv4js79qvslnccn79xl2gl3wm3lyzh";
};
postPatch = ''