Merge pull request #71863 from r-ryantm/auto-update/qsampler
qsampler: 0.5.6 -> 0.6.0
This commit is contained in:
commit
87955cb30a
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, qttools
|
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, qttools
|
||||||
, liblscp, libgig, qtbase }:
|
, liblscp, libgig, qtbase, mkDerivation }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "qsampler";
|
pname = "qsampler";
|
||||||
version = "0.5.6";
|
version = "0.6.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/qsampler/${pname}-${version}.tar.gz";
|
url = "mirror://sourceforge/qsampler/${pname}-${version}.tar.gz";
|
||||||
sha256 = "0lx2mzyajmjckwfvgf8p8bahzpj0n0lflyip41jk32nwd2hzjhbs";
|
sha256 = "1krhjyd67hvnv6sgndwq81lfvnb4qkhc7da1119fn2lzl7hx9wh3";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake libtool pkgconfig qttools ];
|
nativeBuildInputs = [ autoconf automake libtool pkgconfig qttools ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user