retrospy: 6.9 -> 6.10 (#432185)

This commit is contained in:
Wolfgang Walther
2025-08-14 14:07:35 +00:00
committed by GitHub
+2 -2
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 = [