qsynth: 0.9.91 -> 1.0.0

This commit is contained in:
R. Ryantm 2024-06-19 03:27:08 +00:00
parent 78fde8eb60
commit 74eeece8d1

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "qsynth";
version = "0.9.91";
version = "1.0.0";
src = fetchurl {
url = "mirror://sourceforge/qsynth/${pname}-${version}.tar.gz";
hash = "sha256-CS/rCvm7IuVwDN1PURO6ADVXTZkX7OYzKJP8xfOHN4E=";
hash = "sha256-FOoqnJeh29J0clsqZ+wbhQmsaybrAbIqgeB7m/7Q+3M=";
};
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];