retrospy: 6.9 -> 6.10

This commit is contained in:
R. Ryantm 2025-08-09 05:41:59 +00:00
parent 56078c1dcc
commit 1326c7608a

View File

@ -8,13 +8,13 @@
runCommandLocal,
}:
let
version = "6.9";
version = "6.10";
src = fetchFromGitHub {
owner = "retrospy";
repo = "RetroSpy";
rev = "v${version}";
hash = "sha256-QoZcKFVjd0qYQ+Ds4Y/JKBPiL+z83wxm0ktuETX5ZPU=";
hash = "sha256-XupMQRBhX0w6Qv7t0BPhkrjDTOm5HdpLCLSq0gbC3Mk=";
};
executables = [