diff options
| author | InternetUnexplorer <internetunexplorer@gmail.com> | 2021-05-31 16:09:24 -0700 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-03 15:07:46 +0000 |
| commit | 8b0290d8c167111d4d9124e9d00cbb38b3fbd2e8 (patch) | |
| tree | 264bff9197d5c77e959e09b658301ce4f7b6c2bf | |
| parent | iso-image: Improve disk detection (diff) | |
| download | nixpkgs-origin/backport-125135-to-release-21.05.tar.gz | |
renoise: 3.3.1 -> 3.3.2origin/backport-125135-to-release-21.05
(cherry picked from commit 78b11682349ce95de8764de59e603c2cc2208bab)
| -rw-r--r-- | pkgs/applications/audio/renoise/default.nix | 4 |
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 |
