We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1def77a + ac32f28 commit cb73a81Copy full SHA for cb73a81
pkgs/applications/emulators/libretro/cores/vecx.nix
@@ -7,13 +7,13 @@
7
}:
8
mkLibretroCore {
9
core = "vecx";
10
- version = "0-unstable-2024-10-21";
+ version = "0-unstable-2025-04-12";
11
12
src = fetchFromGitHub {
13
owner = "libretro";
14
repo = "libretro-vecx";
15
- rev = "a103a212ca8644fcb5d76eac7cdec77223c4fb02";
16
- hash = "sha256-veCGW5mbR1V7cCzZ4BzDSdPZDycw4WNveie/DDVAzw8=";
+ rev = "841229a6a81a0461d08af6488f252dcec5266c6a";
+ hash = "sha256-bWhXXJCf/ax7n/sOfXibGvcFnCnmULcALoBR1uyIN+I=";
17
};
18
19
extraBuildInputs = [
0 commit comments