retrospy: 6.8.3 -> 6.9 (#393763)

This commit is contained in:
Nick Cao
2025-03-28 14:24:41 -04:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -209,6 +209,11 @@
"version": "3.1.5",
"hash": "sha256-3UehX9T+I81nfgv2dTHlpoPgYzXFk7kHr1mmlQOCBfw="
},
{
"pname": "SixLabors.ImageSharp",
"version": "3.1.7",
"hash": "sha256-jMD/FiIwW1kNhTI6hKig8/QFOO3eTQX/C22cSAcKBH4="
},
{
"pname": "SkiaSharp",
"version": "2.88.8",
+2 -2
View File
@@ -8,13 +8,13 @@
runCommandLocal,
}:
let
version = "6.8.3";
version = "6.9";
src = fetchFromGitHub {
owner = "retrospy";
repo = "RetroSpy";
rev = "v${version}";
hash = "sha256-NuLfFSRGOIB6h4b5XZ7Qs8y5L+fqozQfMr8q0xZAurQ=";
hash = "sha256-QoZcKFVjd0qYQ+Ds4Y/JKBPiL+z83wxm0ktuETX5ZPU=";
};
executables = [