vice: 3.5 -> 3.6

This commit is contained in:
R. Ryantm 2021-12-26 09:07:38 +00:00 committed by Jonathan Ringer
parent 4fc926f61c
commit 65f95f5def

View File

@ -25,11 +25,11 @@
stdenv.mkDerivation rec {
pname = "vice";
version = "3.5";
version = "3.6";
src = fetchurl {
url = "mirror://sourceforge/vice-emu/vice-${version}.tar.gz";
sha256 = "sha256-Vrl4+q64solgMr1gTQPDUBACGH7vHKWM7O1A8Rpl3A4=";
sha256 = "sha256-Zb/lXM5ifbm1oKx4dqkMCH6f6G6fVRfoCURsQGSi0/0=";
};
nativeBuildInputs = [