Merge pull request #122404 from r-ryantm/auto-update/liblscp

liblscp: 0.6.0 -> 0.9.2
This commit is contained in:
Artturi 2021-08-10 03:02:37 +03:00 committed by GitHub
commit a99d3f195a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "liblscp";
version = "0.6.0";
version = "0.9.2";
src = fetchurl {
url = "https://download.linuxsampler.org/packages/${pname}-${version}.tar.gz";
sha256 = "1rl7ssdzj0z3658yvdijmb27n2lcwmplx4qxg5mwrm07pvs7i75k";
sha256 = "sha256-GTW6SBQVCDtzeU+arLmAJi6N9jtN68NdI69p6RSazvs=";
};
nativeBuildInputs = [ autoconf automake libtool pkg-config ];