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 = {
x86_64-linux = {
archSuffix = "x86_64";
hash = "sha256-BigVJ3TJ0tiDoxe+fX1iSyj6Q1o/8CkAo7fJ8aaftsQ=";
hash = "sha256-UxhGe22W50cqjNMoAdxHnyFmTmiysYd8EkASRFrpuYs=";
};
aarch64-linux = {
archSuffix = "arm64";
hash = "sha256-Ee7a8vi9inE4QZoeZtTipXBuZAg2urdicLcm/LUgw5Q=";
hash = "sha256-itWnH1JiG+AhYZtNtrJtW9p7LlRF/ab5+npFODiKznY=";
};
};
in
stdenv.mkDerivation rec {
pname = "renoise";
version = "3.5.0";
version = "3.5.1";
src =
if releasePath != null then