renoise: 3.5.0 -> 3.5.1

This commit is contained in:
R. Ryantm 2025-08-08 07:48:29 +00:00
parent 7f306c35da
commit 6c669027a0

View File

@ -25,18 +25,18 @@ let
platforms = { platforms = {
x86_64-linux = { x86_64-linux = {
archSuffix = "x86_64"; archSuffix = "x86_64";
hash = "sha256-BigVJ3TJ0tiDoxe+fX1iSyj6Q1o/8CkAo7fJ8aaftsQ="; hash = "sha256-UxhGe22W50cqjNMoAdxHnyFmTmiysYd8EkASRFrpuYs=";
}; };
aarch64-linux = { aarch64-linux = {
archSuffix = "arm64"; archSuffix = "arm64";
hash = "sha256-Ee7a8vi9inE4QZoeZtTipXBuZAg2urdicLcm/LUgw5Q="; hash = "sha256-itWnH1JiG+AhYZtNtrJtW9p7LlRF/ab5+npFODiKznY=";
}; };
}; };
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "renoise"; pname = "renoise";
version = "3.5.0"; version = "3.5.1";
src = src =
if releasePath != null then if releasePath != null then