vita3k: 4064 -> 4065

This commit is contained in:
R. Ryantm
2026-07-20 08:45:39 +00:00
parent 5ef20e37ed
commit c3ed2ea0ef
+2 -2
View File
@@ -8,11 +8,11 @@
appimageTools.wrapType2 rec {
pname = "vita3k";
version = "4064";
version = "4065";
src = fetchurl {
url = "https://github.com/Vita3K/Vita3K-builds/releases/download/${version}/Vita3K-x86_64.AppImage";
sha256 = "sha256-QUzu+7BqiJ8gWWugwyMyKyQ3bXzmAx/zSxJ2+AeVQB4=";
sha256 = "sha256-jgypzFZgQeBvtuEuw51ex6r7tOqTYaIJAE3JzDRMcWI=";
};
nativeBuildInputs = [ makeWrapper ];