sunvox: 1.9.5d -> 1.9.6c

The current derivation is broken because sunvox doesn't host old
versions of their software on their website.
This commit is contained in:
Andy Tockman 2021-01-06 21:06:28 -06:00
parent 877bc4b720
commit 297c5b3ecd

View file

@ -13,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
pname = "SunVox";
version = "1.9.5d";
version = "1.9.6c";
src = fetchurl {
url = "http://www.warmplace.ru/soft/sunvox/sunvox-${version}.zip";
sha256 = "04f7psm0lvc09nw7d2wp0sncf37bym2v7hhxp4v8c8gdgayj7k8m";
sha256 = "0lqzr68n2c6aifw2vbyars91wn1chmgb9xfdk463g4vjqiava3ih";
};
buildInputs = [ unzip ];