retrospy: 6.8.2 -> 6.8.3

This commit is contained in:
R. Ryantm
2025-02-19 04:04:15 +00:00
parent 4a3db7208b
commit 61e75bf430
+2 -2
View File
@@ -8,13 +8,13 @@
runCommandLocal,
}:
let
version = "6.8.2";
version = "6.8.3";
src = fetchFromGitHub {
owner = "retrospy";
repo = "RetroSpy";
rev = "v${version}";
hash = "sha256-0f4rtBGjPSdCl3M72YPD6A6T4pOnpm9fde6ktvHcPLY=";
hash = "sha256-NuLfFSRGOIB6h4b5XZ7Qs8y5L+fqozQfMr8q0xZAurQ=";
};
executables = [