Unverified Commit 94ae09d6 authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

pmix: 5.0.8 -> 5.0.9 (#445769)

parents bfb474d2 cb2b0643
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;
  };