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

qsynth: 0.9.90 -> 0.9.91
This commit is contained in:
Matthias Beyer 2024-05-18 09:35:55 +02:00 committed by GitHub
commit 3d20918d97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "qsynth";
version = "0.9.90";
version = "0.9.91";
src = fetchurl {
url = "mirror://sourceforge/qsynth/${pname}-${version}.tar.gz";
hash = "sha256-5lqmoUku4/8oKxlQio1nJtMu1kn42iK8mi0K3s9y70M=";
hash = "sha256-CS/rCvm7IuVwDN1PURO6ADVXTZkX7OYzKJP8xfOHN4E=";
};
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];