surge-XT: 1.2.0 -> 1.2.3

This commit is contained in:
Bart Brouns
2023-12-07 14:56:12 +01:00
parent 449c6fb06b
commit db096f64e9
+5 -3
View File
@@ -17,7 +17,7 @@
let
juce-lv2 = stdenv.mkDerivation {
pname = "juce-lv2";
version = "unstable-2022-03-30";
version = "unstable-2023-03-04";
# lv2 branch
src = fetchFromGitHub {
@@ -37,14 +37,14 @@ let
in
stdenv.mkDerivation rec {
pname = "surge-XT";
version = "1.2.0";
version = "1.2.3";
src = fetchFromGitHub {
owner = "surge-synthesizer";
repo = "surge";
rev = "release_xt_${version}";
fetchSubmodules = true;
sha256 = "sha256-LRYKkzeEuuRbMmvU3E0pHAnotOd4DyIJ7rTb+fpW0H4=";
sha256 = "sha256-DGzdzoCjMGEDltEwlPvLk2tyMVRH1Ql2Iq1ypogw/m0=";
};
nativeBuildInputs = [
@@ -64,6 +64,8 @@ stdenv.mkDerivation rec {
libXrandr
];
enableParallelBuilding = true;
cmakeFlags = [
"-DJUCE_SUPPORTS_LV2=ON"
"-DSURGE_JUCE_PATH=${juce-lv2}"