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-07-14"; version = "0-unstable-2025-07-19"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; rev = "f98f16ca1950b930d233cb0de24e181f0b7b5e14"; hash = "sha256-X58uKqtlm8dW1aexBuBF8PLVAcaGyhZjeLH3+dkeDns="; rev = "d545628dfacc90c4124381f254c693ec92f6cb7e"; hash = "sha256-l3FLtD+MBP8hCikHlbNsoYt+8ASb2zW+K52/nRIpfCs="; }; 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-07-14"; version = "0-unstable-2025-07-19"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; rev = "f98f16ca1950b930d233cb0de24e181f0b7b5e14"; hash = "sha256-X58uKqtlm8dW1aexBuBF8PLVAcaGyhZjeLH3+dkeDns="; rev = "d545628dfacc90c4124381f254c693ec92f6cb7e"; hash = "sha256-l3FLtD+MBP8hCikHlbNsoYt+8ASb2zW+K52/nRIpfCs="; }; makefile = "Makefile"; Loading