qsynth: 0.9.90 -> 0.9.91

This commit is contained in:
R. Ryantm
2024-05-09 06:20:13 +00:00
parent 5c4ae2d9ff
commit 576e848da0
+2 -2
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 ];