summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorAndy Tockman <andy@tck.mn>2021-01-06 21:06:28 -0600
committerAndy Tockman <andy@tck.mn>2021-01-06 21:06:28 -0600
commit297c5b3ecdedda4565328ce367a73c347b30eb9b (patch)
treef183cea579add26211ec0ac4890b2e51736a0331 /pkgs/applications/audio
parent877bc4b72019d46941c6c8b801ad95c83152c4c3 (diff)
sunvox: 1.9.5d -> 1.9.6c
The current derivation is broken because sunvox doesn't host old versions of their software on their website.
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/sunvox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/sunvox/default.nix b/pkgs/applications/audio/sunvox/default.nix
index 2cd48806f7d0..1b3b476d7037 100644
--- a/pkgs/applications/audio/sunvox/default.nix
+++ b/pkgs/applications/audio/sunvox/default.nix
@@ -13,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
pname = "SunVox";
- version = "1.9.5d";
+ version = "1.9.6c";
src = fetchurl {
url = "http://www.warmplace.ru/soft/sunvox/sunvox-${version}.zip";
- sha256 = "04f7psm0lvc09nw7d2wp0sncf37bym2v7hhxp4v8c8gdgayj7k8m";
+ sha256 = "0lqzr68n2c6aifw2vbyars91wn1chmgb9xfdk463g4vjqiava3ih";
};
buildInputs = [ unzip ];