qsynth: 0.5.1 -> 0.5.2

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qsynth/versions.

+3 -3
+3 -3
pkgs/applications/audio/qsynth/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "qsynth-${version}"; 5 - version = "0.5.1"; 6 7 src = fetchurl { 8 url = "mirror://sourceforge/qsynth/${name}.tar.gz"; 9 - sha256 = "0kpk1rnhbifbvm4xvw8i0d4ksk78pf505qvg08k89kqkg32494ap"; 10 }; 11 12 # cmake is looking for qsynth.desktop.in and fails if it doesn't find it 13 - # seems like a bug and can presumable go in the next version after 0.5.1 14 postPatch = '' 15 mv src/qsynth.desktop src/qsynth.desktop.in 16 '';
··· 2 3 stdenv.mkDerivation rec { 4 name = "qsynth-${version}"; 5 + version = "0.5.2"; 6 7 src = fetchurl { 8 url = "mirror://sourceforge/qsynth/${name}.tar.gz"; 9 + sha256 = "1rfkaxq1pyc4hv3l0i6wicianbcbm1wp53kh9i5d4jsljgisd1dv"; 10 }; 11 12 # cmake is looking for qsynth.desktop.in and fails if it doesn't find it 13 + # seems like a bug and can presumable go in the next version after 0.5.2 14 postPatch = '' 15 mv src/qsynth.desktop src/qsynth.desktop.in 16 '';