Unverified Commit 940b5195 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

libretro.play: 0-unstable-2025-01-11 -> 0-unstable-2025-03-10 (#364014)

parents 5d1daf28 cdb86589
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
mkLibretroCore {
  core = "play";
  version = "0-unstable-2025-01-11";
  version = "0-unstable-2025-03-10";

  src = fetchFromGitHub {
    owner = "jpd002";
    repo = "Play-";
    rev = "b35ef5663b809a449a4c89f6e9808fd0a63e7e49";
    hash = "sha256-P3R8gV4LxorfW0qo8HVOZunK58+/SO5pvlmij/HlnKw=";
    rev = "b15a49e31172f05dfdb1b1a15ea71e8a870c27ae";
    hash = "sha256-+jNdMeW11w8Bg4TZD8fYOFGOPxcHHu+apR+w2QZCIXw=";
    fetchSubmodules = true;
  };