libretro.hatari: 0-unstable-2024-10-21 -> 0-unstable-2026-03-31

This commit is contained in:
R. Ryantm
2026-04-06 18:53:02 +00:00
parent 1afd8f3f98
commit 1b241f384b
@@ -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 ];