vice: 3.8 -> 3.9 (#386439)

This commit is contained in:
Pol Dellaiera
2025-03-31 16:42:21 +02:00
committed by GitHub

View File

@@ -23,15 +23,16 @@
file,
wrapGAppsHook3,
xdg-utils,
libevdev,
}:
stdenv.mkDerivation rec {
pname = "vice";
version = "3.8";
version = "3.9";
src = fetchurl {
url = "mirror://sourceforge/vice-emu/vice-${version}.tar.gz";
sha256 = "sha256-HX3E0PK7zCqHG7lU/0pd9jBI3qnBb18em8gmD6QaEAQ=";
sha256 = "sha256-QCArY0VeJrh+zGPrWlIyLG+j9XyrEqzwwifPn02uw3A=";
};
nativeBuildInputs = [
@@ -58,6 +59,7 @@ stdenv.mkDerivation rec {
SDL_image
xa
xdg-utils
libevdev
];
dontDisableStatic = true;
configureFlags = [