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