linuxsampler: 2.1.1 -> 2.2.0

This commit is contained in:
R. RyanTM 2021-05-18 22:54:20 +00:00 committed by Jonathan Ringer
parent c7be0f932d
commit c563a3c131
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "linuxsampler"; pname = "linuxsampler";
version = "2.1.1"; version = "2.2.0";
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 = "1gijf50x5xbpya5dj3v2mzj7azx4qk9p012csgddp73f0qi0n190"; sha256 = "sha256-xNFjxrrC0B8Oj10HIQ1AmI7pO34HuYRyyUaoB2MDmYw=";
}; };
preConfigure = '' preConfigure = ''