about summary refs log tree commit diff
path: root/pkgs/applications/audio/renoise
diff options
context:
space:
mode:
authorInternetUnexplorer <internetunexplorer@gmail.com>2021-05-31 16:09:24 -0700
committerInternetUnexplorer <internetunexplorer@gmail.com>2021-05-31 16:09:24 -0700
commit78b11682349ce95de8764de59e603c2cc2208bab (patch)
tree5c5c8c53a76e098ef84568ca19cbabed81ebd381 /pkgs/applications/audio/renoise
parent6933d068c5d2fcff398e802f7c4e271bbdab6705 (diff)
downloadnixlib-78b11682349ce95de8764de59e603c2cc2208bab.tar
nixlib-78b11682349ce95de8764de59e603c2cc2208bab.tar.gz
nixlib-78b11682349ce95de8764de59e603c2cc2208bab.tar.bz2
nixlib-78b11682349ce95de8764de59e603c2cc2208bab.tar.lz
nixlib-78b11682349ce95de8764de59e603c2cc2208bab.tar.xz
nixlib-78b11682349ce95de8764de59e603c2cc2208bab.tar.zst
nixlib-78b11682349ce95de8764de59e603c2cc2208bab.zip
renoise: 3.3.1 -> 3.3.2
Diffstat (limited to 'pkgs/applications/audio/renoise')
-rw-r--r--pkgs/applications/audio/renoise/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/renoise/default.nix b/pkgs/applications/audio/renoise/default.nix
index fd9a9f00502d..e874b63898a8 100644
--- a/pkgs/applications/audio/renoise/default.nix
+++ b/pkgs/applications/audio/renoise/default.nix
@@ -14,7 +14,7 @@ in
 
 stdenv.mkDerivation rec {
   pname = "renoise";
-  version = "3.3.1";
+  version = "3.3.2";
 
   src =
     if stdenv.hostPlatform.system == "x86_64-linux" then
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
               "https://files.renoise.com/demo/Renoise_${urlVersion version}_Demo_Linux.tar.gz"
               "https://web.archive.org/web/https://files.renoise.com/demo/Renoise_${urlVersion version}_Demo_Linux.tar.gz"
           ];
-          sha256 = "05baicks5dx278z2dx6h5n2vabsn64niwqssgys36xy469l9m1h0";
+          sha256 = "0d9pnrvs93d4bwbfqxwyr3lg3k6gnzmp81m95gglzwdzczxkw38k";
         }
         else
           releasePath