decent-sampler: 1.12.14 -> 1.13.5

Decent sampler was missing some major updates and improvements, including a fix for a bug that caused it to crash when editing parameters using MIDI CC from an external device.

decent-sampler: add expat

decent-sampler: fixed formatting
This commit is contained in:
kaptcha0
2025-08-19 21:11:25 -04:00
parent 9b4b40588d
commit a25676b579
+7 -3
View File
@@ -10,11 +10,13 @@
freetype,
nghttp2,
libX11,
expat,
}:
let
pname = "decent-sampler";
version = "1.12.14";
version = "1.13.5";
rlkey = "orvjprslmwn0dkfs0ncx6nxnm";
icon = fetchurl {
url = "https://www.decentsamples.com/wp-content/uploads/2018/09/cropped-Favicon_512x512.png";
@@ -26,8 +28,8 @@ let
src = fetchzip {
# dropbox links: https://www.dropbox.com/sh/dwyry6xpy5uut07/AABBJ84bjTTSQWzXGG5TOQpfa\
url = "https://www.dropbox.com/scl/fo/a0i0udw7ggfwnjoi05hh3/AFAQQGWSQ-kxJv5JggeMTrE/Decent_Sampler-1.12.14-Linux-Static-x86_64.tar.gz?rlkey=orvjprslmwn0dkfs0ncx6nxnm&dl=0";
hash = "sha256-n9WTR11chK9oCz84uYhymov1axTVRr4OLo6W0cRpdWc=";
url = "https://www.dropbox.com/scl/fo/a0i0udw7ggfwnjoi05hh3/AHWDqpqSKIsmfX6wyJdBhlU/Decent_Sampler-${version}-Linux-Static-x86_64.tar.gz?rlkey=${rlkey}&dl=0";
hash = "sha256-B7iw0NK74p1GXPS0wh+m3HyFsnqgODbt41rXZPo3/rE=";
};
nativeBuildInputs = [ copyDesktopItems ];
@@ -70,6 +72,7 @@ buildFHSEnv {
freetype
nghttp2
libX11
expat
];
runScript = "decent-sampler";
@@ -96,6 +99,7 @@ buildFHSEnv {
maintainers = with maintainers; [
adam248
chewblacka
kaptcha0
];
};
}