qsampler: 0.5.6 -> 0.6.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qsampler/versions
This commit is contained in:
R. RyanTM 2019-10-23 14:05:02 -07:00
parent b8acb48b24
commit a3c1c9c6a4

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "qsampler";
version = "0.5.6";
version = "0.6.0";
src = fetchurl {
url = "mirror://sourceforge/qsampler/${pname}-${version}.tar.gz";
sha256 = "0lx2mzyajmjckwfvgf8p8bahzpj0n0lflyip41jk32nwd2hzjhbs";
sha256 = "1krhjyd67hvnv6sgndwq81lfvnb4qkhc7da1119fn2lzl7hx9wh3";
};
nativeBuildInputs = [ autoconf automake libtool pkgconfig qttools ];