Merge pull request #310284 from r-ryantm/auto-update/qsynth

qsynth: 0.9.90 -> 0.9.91

authored by Matthias Beyer and committed by GitHub 3d20918d 3bbdb5b9

+2 -2
+2 -2
pkgs/applications/audio/qsynth/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "qsynth"; 7 - version = "0.9.90"; 7 + version = "0.9.91"; 8 8 9 9 src = fetchurl { 10 10 url = "mirror://sourceforge/qsynth/${pname}-${version}.tar.gz"; 11 - hash = "sha256-5lqmoUku4/8oKxlQio1nJtMu1kn42iK8mi0K3s9y70M="; 11 + hash = "sha256-CS/rCvm7IuVwDN1PURO6ADVXTZkX7OYzKJP8xfOHN4E="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];