sunvox: Add back wayback machine fallback src

Save Page Now functionality has been restored, we can now back up the src.
This commit is contained in:
OPNA2608 2024-11-21 01:29:57 +01:00
parent 68b1892ad6
commit 4a43f36f26

View File

@ -30,8 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
urls = [
"https://www.warmplace.ru/soft/sunvox/sunvox-${finalAttrs.version}.zip"
# Upstream removes downloads of older versions, please save bumped versions to archive.org
# FIXME At the time of writing, archive.org is still recovering from the recent attacks and has not yet re-opened the page saving functionality
# https://blog.archive.org/2024/10/21/internet-archive-services-update-2024-10-21/
"https://web.archive.org/web/20241121002213/https://www.warmplace.ru/soft/sunvox/sunvox-${finalAttrs.version}.zip"
];
hash = "sha256-7DZyoOz3jDYsuGqbs0PRs6jdWCxBhSDUKk8KVJQm/3o=";
};