Unverified Commit e7c916a8 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.hatari: 0-unstable-2024-10-21 -> 0-unstable-2026-03-31 (#507347)

parents e3d62bf9 1b241f38
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
mkLibretroCore {
  core = "hatari";
  version = "0-unstable-2024-10-21";
  version = "0-unstable-2026-03-31";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "hatari";
    rev = "7008194d3f951a157997f67a820578f56f7feee0";
    hash = "sha256-ZPzwUBaxs2ivE9n9cb5XB5mhixY9b6qIlq7OiVSLbqg=";
    rev = "00af13a379e7839399ff2939807f050b7fc49a0e";
    hash = "sha256-mPe9+RX9DsrJkmydXqEBrR7EMwijhjj/yJPB2QlK3/U=";
  };

  extraNativeBuildInputs = [ which ];