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

This commit is contained in:
Artturi 2021-09-14 17:17:22 +03:00 committed by GitHub
commit 944ca5b185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
mkDerivation rec {
pname = "qsynth";
version = "0.9.1";
version = "0.9.4";
src = fetchurl {
url = "mirror://sourceforge/qsynth/${pname}-${version}.tar.gz";
sha256 = "sha256-VNcI5QOVacHBcI6psEvhm7+cOTpwr2pMVXmk7nMXNiY=";
sha256 = "sha256-dlgIkMde7uv4UlMKEPhtZ7MfSTBc7RvHs+Q2yk+G/JM=";
};
nativeBuildInputs = [ autoconf pkg-config ];