From c9f07e75553fba13741fe538472ebe5a0a1b6582 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Sun, 21 Jan 2024 19:44:42 +0100 Subject: [PATCH] sunvox: 2.1c -> 2.1.1c --- pkgs/applications/audio/sunvox/default.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/audio/sunvox/default.nix b/pkgs/applications/audio/sunvox/default.nix index 69620f1d0b47..f88abd95e6d2 100644 --- a/pkgs/applications/audio/sunvox/default.nix +++ b/pkgs/applications/audio/sunvox/default.nix @@ -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 ];