Merge pull request #271789 from OPNA2608/update/sunvox

This commit is contained in:
Sandro 2024-01-24 17:59:03 +01:00 committed by GitHub
commit 6499a8a2f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,11 +13,15 @@ let
in
stdenv.mkDerivation rec {
pname = "SunVox";
version = "2.1c";
version = "2.1.1c";
src = fetchurl {
url = "https://www.warmplace.ru/soft/sunvox/sunvox-${version}.zip";
sha256 = "sha256-yPVcbtlAVbO9uMsFlfZ51T408hA1VPJAI+R+Jdjcyjw=";
urls = [
"https://www.warmplace.ru/soft/sunvox/sunvox-${version}.zip"
# Upstream removes downloads of older versions, please save bumped versions to archive.org
"https://web.archive.org/web/20231204012052/https://www.warmplace.ru/soft/sunvox/sunvox-2.1.1c.zip"
];
sha256 = "sha256-LfBQ/f2X75bcqLp39c2tdaSlDm+E73GUvB68XFqiicw=";
};
nativeBuildInputs = [ unzip ];