qsynth: 0.5.7 -> 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/qsynth/versions
This commit is contained in:
R. RyanTM 2019-10-23 11:43:28 -07:00
parent b8acb48b24
commit c87e6ecc74

View file

@ -4,11 +4,11 @@
mkDerivation rec {
pname = "qsynth";
version = "0.5.7";
version = "0.6.0";
src = fetchurl {
url = "mirror://sourceforge/qsynth/${pname}-${version}.tar.gz";
sha256 = "18im4w8agj60nkppwbkxqnhpp13z5li3w30kklv4lgs20rvgbvl6";
sha256 = "173v0jqybi5szxxvj4n6wyg9sj54rmm6pxwhynx8wkm7nsbh0aij";
};
nativeBuildInputs = [ autoconf pkgconfig ];