qsynth: 0.9.1 -> 0.9.4

+2 -2
+2 -2
pkgs/applications/audio/qsynth/default.nix
··· 4 5 mkDerivation rec { 6 pname = "qsynth"; 7 - version = "0.9.1"; 8 9 src = fetchurl { 10 url = "mirror://sourceforge/qsynth/${pname}-${version}.tar.gz"; 11 - sha256 = "sha256-VNcI5QOVacHBcI6psEvhm7+cOTpwr2pMVXmk7nMXNiY="; 12 }; 13 14 nativeBuildInputs = [ autoconf pkg-config ];
··· 4 5 mkDerivation rec { 6 pname = "qsynth"; 7 + version = "0.9.4"; 8 9 src = fetchurl { 10 url = "mirror://sourceforge/qsynth/${pname}-${version}.tar.gz"; 11 + sha256 = "sha256-dlgIkMde7uv4UlMKEPhtZ7MfSTBc7RvHs+Q2yk+G/JM="; 12 }; 13 14 nativeBuildInputs = [ autoconf pkg-config ];