retrospy: 6.6 -> 6.7

This commit is contained in:
R. Ryantm
2025-01-24 12:23:40 +00:00
parent 0aa475546e
commit 9d084f0589
+2 -2
View File
@@ -8,13 +8,13 @@
runCommandLocal,
}:
let
version = "6.6";
version = "6.7";
src = fetchFromGitHub {
owner = "retrospy";
repo = "RetroSpy";
rev = "v${version}";
hash = "sha256-vYhFpmP9CmZz/lqNwNAvpf7pQnhKR/pdetPJqorUtMY=";
hash = "sha256-L16LezV9z7pCRcXKv+KfGTCbCQfBd3y3dUidNeJUznQ=";
};
executables = [