Skip to content

Commit

Permalink
padthv1: 0.9.0 -> 0.9.2 (#45520)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon authored and xeji committed Aug 23, 2018
1 parent 86add99 commit 33aa225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/padthv1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "padthv1-${version}";
version = "0.9.0";
version = "0.9.2";

src = fetchurl {
url = "mirror://sourceforge/padthv1/${name}.tar.gz";
sha256 = "0c519qk2g0dk8gqf9ywqfp7dnr4b25lsnxxbf2l1spnnvf8nysvh";
sha256 = "1alfl0l5qdll0w5lwhrwzj5dina1big1zmjg5imi9h06dzhz51xl";
};

buildInputs = [ libjack2 alsaLib libsndfile liblo lv2 qt5.qtbase qt5.qttools fftw ];
Expand Down

0 comments on commit 33aa225

Please sign in to comment.