Unverified Commit d5424708 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

openrct2: 0.4.21 -> 0.4.22 (#404200)

parents 5ec9db84 9cb28b66
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -13421,6 +13421,12 @@
    name = "Kyle Ondy";
    keys = [ { fingerprint = "3C79 9D26 057B 64E6 D907  B0AC DB0E 3C33 491F 91C9"; } ];
  };
  kylerisse = {
    name = "Kyle Risse";
    email = "nixpkgs@kylerisse.com";
    github = "kylerisse";
    githubId = 5565316;
  };
  kylesferrazza = {
    name = "Kyle Sferrazza";
    email = "nixpkgs@kylesferrazza.com";
+3 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
}:

let
  openrct2-version = "0.4.21";
  openrct2-version = "0.4.22";

  # Those versions MUST match the pinned versions within the CMakeLists.txt
  # file. The REPLAYS repository from the CMakeLists.txt is not necessary.
@@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "OpenRCT2";
    repo = "OpenRCT2";
    rev = "v${openrct2-version}";
    hash = "sha256-exG6pXqok/mrDSCtqIs6VS2WwCr6XlP1gHJA1FgPOiM=";
    hash = "sha256-dFELAfJIgizM0nRc4SMrFGIqFQo/ImTtR89GVkb4/TQ=";
  };

  nativeBuildInputs = [
@@ -147,6 +147,7 @@ stdenv.mkDerivation (finalAttrs: {
    maintainers = with lib.maintainers; [
      oxzi
      keenanweaver
      kylerisse
    ];
  };
})