Skip to content

Commit

Permalink
sunvox: 2.1.2 -> 2.1.2b
Browse files Browse the repository at this point in the history
Co-authored-by: OPNA2608 <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Jan 1, 2025
1 parent e018403 commit 66e1c28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/su/sunvox/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "sunvox";
version = "2.1.2";
version = "2.1.2b";

src = fetchzip {
urls = [
"https://www.warmplace.ru/soft/sunvox/sunvox-${finalAttrs.version}.zip"
# Upstream removes downloads of older versions, please save bumped versions to archive.org
"https://web.archive.org/web/20241121002213/https://www.warmplace.ru/soft/sunvox/sunvox-${finalAttrs.version}.zip"
"https://web.archive.org/web/20241215075639/https://www.warmplace.ru/soft/sunvox/sunvox-${finalAttrs.version}.zip"
];
hash = "sha256-7DZyoOz3jDYsuGqbs0PRs6jdWCxBhSDUKk8KVJQm/3o=";
hash = "sha256-RmGqko1OLkQb0Oeydpfy4wxzp6iz2MpS7R22d4qjEaE=";
};

nativeBuildInputs =
Expand Down

0 comments on commit 66e1c28

Please sign in to comment.