Skip to content

Commit

Permalink
synthv1: 0.9.7 -> 0.9.8
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/synthv1/versions
  • Loading branch information
r-ryantm authored and FRidh committed Jun 23, 2019
1 parent c0148f5 commit 29c1c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/synthv1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "synthv1-${version}";
version = "0.9.7";
version = "0.9.8";

src = fetchurl {
url = "mirror://sourceforge/synthv1/${name}.tar.gz";
sha256 = "0i70wm430fvksi3g985farrkhgb7mwhi7j06dl66cdj1n12jzzk7";
sha256 = "15kabmxp38wqvavs5hr1dqasjjf1j977kzqggxfmzyi3y5fan3hj";
};

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

0 comments on commit 29c1c9d

Please sign in to comment.