Commit 57c09bf1 authored by R. RyanTM's avatar R. RyanTM
Browse files

prmers: 4.15.78-alpha -> 4.15.85-alpha

parent 91e72fc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "prmers";
  version = "4.15.78-alpha";
  version = "4.15.85-alpha";

  src = fetchFromGitHub {
    owner = "cherubrock-seb";
    repo = "PrMers";
    tag = "v${finalAttrs.version}";
    hash = "sha256-zTYc8V+d44W0H88ISLp8pQmg8Q//Ym2VFw5I3qO2V6I=";
    hash = "sha256-3WcEK02sRIMNPgoVn+3WKRWS/5LRTE1HdsJG3jlU7IA=";
  };

  enableParallelBuilding = true;