mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
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:
parent
68b1892ad6
commit
4a43f36f26
@ -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=";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user