3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #50662 from r-ryantm/auto-update/padthv1

padthv1: 0.9.2 -> 0.9.3
This commit is contained in:
Renaud 2018-11-19 21:53:07 +01:00 committed by GitHub
commit 90f81888f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "padthv1-${version}";
version = "0.9.2";
version = "0.9.3";
src = fetchurl {
url = "mirror://sourceforge/padthv1/${name}.tar.gz";
sha256 = "1alfl0l5qdll0w5lwhrwzj5dina1big1zmjg5imi9h06dzhz51xl";
sha256 = "157w28wxggqpqkibz716v3r756q2z78g70ipncpalchb9dfr42b6";
};
buildInputs = [ libjack2 alsaLib libsndfile liblo lv2 qt5.qtbase qt5.qttools fftw ];