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

wipeout-rewrite: 0-unstable-2025-06-14 -> 0-unstable-2026-02-20 (#493323)

parents 657318f5 69d475a4
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-2025-06-14";
  version = "0-unstable-2026-02-20";

  src = fetchFromGitHub {
    owner = "phoboslab";
    repo = "wipeout-rewrite";
    rev = "e510130d893f24f9524c1413a4587996b9ff867c";
    hash = "sha256-qKtOdDzRP0IjwS6dXEya06nJ9AMCpUNLwtf4RF3o9r4=";
    rev = "8c60cd585ab88bfc375ff07bda96749359f67d9a";
    hash = "sha256-ojF0AEiX34cluFNn92pFfB+8AOjrbCawMfTN98JFGIA=";
  };

  enableParallelBuilding = true;