qsynth: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm
2025-03-28 00:44:55 +00:00
parent d4a90291ca
commit d7e36a23d4
+2 -2
View File
@@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "qsynth";
version = "1.0.2";
version = "1.0.3";
src = fetchurl {
url = "mirror://sourceforge/qsynth/${pname}-${version}.tar.gz";
hash = "sha256-SHMPmZMAlC9L5EAecaZNB0pWnq0heeD8bcbhKeI+YOo=";
hash = "sha256-z4l+Ku3oEQV3NunkogyxzaSKhFJuYhIxlExJsACcumY=";
};
nativeBuildInputs = [