retrospy: 6.7 -> 6.8.2 (#379404)

This commit is contained in:
Wolfgang Walther
2025-02-09 17:21:23 +01:00
committed by GitHub
+2 -2
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 = [