qsynth: 0.9.13 -> 0.9.90 (#308225)

authored by R. RyanTM and committed by GitHub d945ea28 31867c0f

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