sunvox: 2.0e -> 2.1c

This commit is contained in:
R. Ryantm 2023-05-20 06:41:46 +00:00
parent 1362b2c8d6
commit 4231ee5bef

View File

@ -13,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
pname = "SunVox";
version = "2.0e";
version = "2.1c";
src = fetchurl {
url = "https://www.warmplace.ru/soft/sunvox/sunvox-${version}.zip";
sha256 = "sha256-v4dQnRr7pusOAHX8ytDChKixYxEIjg30vOTD6uA/S0o=";
sha256 = "sha256-yPVcbtlAVbO9uMsFlfZ51T408hA1VPJAI+R+Jdjcyjw=";
};
nativeBuildInputs = [ unzip ];