sunvox: 2.1.2b -> 2.1.3

Co-authored-by: OPNA2608 <opna2608@protonmail.com>
This commit is contained in:
R. Ryantm
2025-10-19 16:44:26 +02:00
committed by OPNA2608
co-authored by OPNA2608
parent 9c1f9ddefe
commit 99efb27fc1
+3 -3
View File
@@ -27,15 +27,15 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "sunvox";
version = "2.1.2b";
version = "2.1.3";
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/20250831231045/https://www.warmplace.ru/soft/sunvox/sunvox-${finalAttrs.version}.zip"
"https://web.archive.org/web/20251019141206/https://www.warmplace.ru/soft/sunvox/sunvox-${finalAttrs.version}.zip"
];
hash = "sha256-4GcSNu6ikAGNcPWz5ghrL78U6xrcIUqjFabs26LACRM=";
hash = "sha256-egOaIZEyI5x2VV660qbO+pan22BFRaa4d+8sOpJhpBM=";
};
nativeBuildInputs =