Commit a25676b5 authored by kaptcha0's avatar kaptcha0
Browse files

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
parent 9b4b4058
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -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
    ];
  };
}