3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #69630 from r-ryantm/auto-update/linuxsampler

linuxsampler: 2.1.0 -> 2.1.1
This commit is contained in:
Mario Rodas 2019-09-27 23:21:41 -05:00 committed by GitHub
commit f09ed9656d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "linuxsampler";
version = "2.1.0";
version = "2.1.1";
src = fetchurl {
url = "https://download.linuxsampler.org/packages/${pname}-${version}.tar.bz2";
sha256 = "0fdxpw7jjfi058l95131d6d8538h05z7n94l60i6mhp9xbplj2jf";
sha256 = "1gijf50x5xbpya5dj3v2mzj7azx4qk9p012csgddp73f0qi0n190";
};
preConfigure = ''