linuxsampler: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm 2024-04-01 04:26:42 +00:00
parent dbe5775901
commit 7a8298a4fb

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "linuxsampler"; pname = "linuxsampler";
version = "2.3.0"; version = "2.3.1";
src = fetchurl { src = fetchurl {
url = "https://download.linuxsampler.org/packages/${pname}-${version}.tar.bz2"; url = "https://download.linuxsampler.org/packages/${pname}-${version}.tar.bz2";
sha256 = "sha256-Ii+dylTUXmazP8NVjAAMdHs7NK+puml0IrF4fc6DEls="; sha256 = "sha256-T7quk5N5JBiPqIziQd0vaCr8tLDbwS6otz6egY01OTE=";
}; };
preConfigure = '' preConfigure = ''