about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-20 06:41:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-20 06:41:46 +0000
commit4231ee5bef676971a3e3f53efe846629c01511e7 (patch)
tree6f86fb9c0f96ef93f00df1610695ad2d531fc8f5 /pkgs/applications/audio
parent1362b2c8d6d82c435bc428292b5868c42e443ad9 (diff)
sunvox: 2.0e -> 2.1c
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 1bde46cdc944c..69620f1d0b472 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 = "2.0e";
+  version = "2.1c";
 
   src = fetchurl {
     url = "https://www.warmplace.ru/soft/sunvox/sunvox-${version}.zip";
-    sha256 = "sha256-v4dQnRr7pusOAHX8ytDChKixYxEIjg30vOTD6uA/S0o=";
+    sha256 = "sha256-yPVcbtlAVbO9uMsFlfZ51T408hA1VPJAI+R+Jdjcyjw=";
   };
 
   nativeBuildInputs = [ unzip ];