renoise: 3.5.0 -> 3.5.1 (#431949)

authored by Yohann Boniface and committed by GitHub 5c5d02fa ce528634

+3 -3
+3 -3
pkgs/by-name/re/renoise/package.nix
··· 25 25 platforms = { 26 26 x86_64-linux = { 27 27 archSuffix = "x86_64"; 28 - hash = "sha256-BigVJ3TJ0tiDoxe+fX1iSyj6Q1o/8CkAo7fJ8aaftsQ="; 28 + hash = "sha256-UxhGe22W50cqjNMoAdxHnyFmTmiysYd8EkASRFrpuYs="; 29 29 }; 30 30 aarch64-linux = { 31 31 archSuffix = "arm64"; 32 - hash = "sha256-Ee7a8vi9inE4QZoeZtTipXBuZAg2urdicLcm/LUgw5Q="; 32 + hash = "sha256-itWnH1JiG+AhYZtNtrJtW9p7LlRF/ab5+npFODiKznY="; 33 33 }; 34 34 }; 35 35 36 36 in 37 37 stdenv.mkDerivation rec { 38 38 pname = "renoise"; 39 - version = "3.5.0"; 39 + version = "3.5.1"; 40 40 41 41 src = 42 42 if releasePath != null then