From 94368076f77f9d393c7082c4b785a1ff6330b7c8 Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Tue, 16 Jan 2024 17:41:55 +0100 Subject: vice: 3.7.1 -> 3.8 --- pkgs/applications/emulators/vice/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/emulators') diff --git a/pkgs/applications/emulators/vice/default.nix b/pkgs/applications/emulators/vice/default.nix index 0b6dac3286539..7b3a12a4131d5 100644 --- a/pkgs/applications/emulators/vice/default.nix +++ b/pkgs/applications/emulators/vice/default.nix @@ -4,6 +4,7 @@ , bison , flex , perl +, curl , libpng , giflib , alsa-lib @@ -25,11 +26,11 @@ stdenv.mkDerivation rec { pname = "vice"; - version = "3.7.1"; + version = "3.8"; src = fetchurl { url = "mirror://sourceforge/vice-emu/vice-${version}.tar.gz"; - sha256 = "sha256-fjgR5gJNsGmL+8MhuzJFckRriFPQG0Bz8JhllXsMq5g="; + sha256 = "sha256-HX3E0PK7zCqHG7lU/0pd9jBI3qnBb18em8gmD6QaEAQ="; }; nativeBuildInputs = [ @@ -43,6 +44,7 @@ stdenv.mkDerivation rec { buildInputs = [ alsa-lib + curl giflib gtk3 glew -- cgit 1.4.1