Commit cb2b0643 authored by R. RyanTM's avatar R. RyanTM
Browse files

pmix: 5.0.8 -> 5.0.9

parent 34ba0f18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pmix";
  version = "5.0.8";
  version = "5.0.9";

  src = fetchFromGitHub {
    repo = "openpmix";
    owner = "openpmix";
    tag = "v${finalAttrs.version}";
    hash = "sha256-oYqDFXycNCYv0YK4VbkW5SQWLq+FTJEyY9rvH50nbYI=";
    hash = "sha256-3z3NZPssaKBujulASYEJXwX/dhyCQxmRmjy31kOMpAQ=";
    fetchSubmodules = true;
  };