Unverified Commit bdac7355 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

wipeout-rewrite: 0-unstable-2024-11-09 -> 0-unstable-2025-04-17 (#399628)

parents 0cf3e091 805ab226
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "wipeout-rewrite";
  version = "0-unstable-2024-11-09";
  version = "0-unstable-2025-04-17";

  src = fetchFromGitHub {
    owner = "phoboslab";
    repo = "wipeout-rewrite";
    rev = "05e9c2d3a1272e631e256a76b89aca235b92e4a9";
    hash = "sha256-rzwh4JZNea5Wu/BEWGWpfxyPjY0GLrUPynPTbUC9Mak=";
    rev = "c2b7f2cbac2bc6ce9d56876765a2351d1b1a3401";
    hash = "sha256-Z2AOXzpcBMSpM/zU4spIcoLBW59AHU1wQmOY9nT5mdc=";
  };

  enableParallelBuilding = true;