retrospy: 6.7 -> 6.8.2

This commit is contained in:
R. Ryantm 2025-02-04 19:55:59 +00:00
parent ab36ef17c8
commit 877c12f841

View File

@ -8,13 +8,13 @@
runCommandLocal,
}:
let
version = "6.7";
version = "6.8.2";
src = fetchFromGitHub {
owner = "retrospy";
repo = "RetroSpy";
rev = "v${version}";
hash = "sha256-L16LezV9z7pCRcXKv+KfGTCbCQfBd3y3dUidNeJUznQ=";
hash = "sha256-0f4rtBGjPSdCl3M72YPD6A6T4pOnpm9fde6ktvHcPLY=";
};
executables = [