Merge pull request #232958 from r-ryantm/auto-update/sunvox

sunvox: 2.0e -> 2.1c
This commit is contained in:
Weijia Wang 2023-05-22 23:59:16 +03:00 committed by GitHub
commit a4878c5c10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];