Loading pkgs/applications/emulators/libretro/cores/vice.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "vice-${type}"; version = "0-unstable-2025-04-22"; version = "0-unstable-2025-05-08"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; rev = "e5b036f0be19f7a70fde75cc0e8b1b43476adc13"; hash = "sha256-GzvsXPZcBfGvA0g7zLR3R7w5CEIw2slL3EyQdcDjqCc="; rev = "5f094cfb57d1f656027a9d26bda681b6ecc46419"; hash = "sha256-XqWAh3e2Q/i7c8nxqDP+sJHGdYWCyqdk2pwJ+JPsdVk="; }; makefile = "Makefile"; Loading Loading
pkgs/applications/emulators/libretro/cores/vice.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "vice-${type}"; version = "0-unstable-2025-04-22"; version = "0-unstable-2025-05-08"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; rev = "e5b036f0be19f7a70fde75cc0e8b1b43476adc13"; hash = "sha256-GzvsXPZcBfGvA0g7zLR3R7w5CEIw2slL3EyQdcDjqCc="; rev = "5f094cfb57d1f656027a9d26bda681b6ecc46419"; hash = "sha256-XqWAh3e2Q/i7c8nxqDP+sJHGdYWCyqdk2pwJ+JPsdVk="; }; makefile = "Makefile"; Loading