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

highscore-mednafen: 0-unstable-2026-01-05 -> 0-unstable-2026-01-28 (#485261)

parents a12afb1d 231e3939
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "highscore-mednafen";
  version = "0-unstable-2026-01-05";
  version = "0-unstable-2026-01-28";

  src = fetchFromGitHub {
    owner = "highscore-emu";
    repo = "mednafen-highscore";
    rev = "fc1d23378594c5ed6aa1d89d555b4276214e1e11";
    hash = "sha256-YHVV6/8JTESLtGA5jFozE5IhXHB4RaUaT2yvFd7wGo8=";
    rev = "2e8e49ee3155b2497b6a79f815f097e46e23ac0e";
    hash = "sha256-XGJpKQIBJ0Xu7w9FPc8xw8EKRLb5Y+0bhy8z8OuPOIg=";
  };

  sourceRoot = "${finalAttrs.src.name}/highscore";