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.
···2233stdenv.mkDerivation rec {
44 name = "qsynth-${version}";
55- version = "0.5.1";
55+ version = "0.5.2";
6677 src = fetchurl {
88 url = "mirror://sourceforge/qsynth/${name}.tar.gz";
99- sha256 = "0kpk1rnhbifbvm4xvw8i0d4ksk78pf505qvg08k89kqkg32494ap";
99+ sha256 = "1rfkaxq1pyc4hv3l0i6wicianbcbm1wp53kh9i5d4jsljgisd1dv";
1010 };
11111212 # cmake is looking for qsynth.desktop.in and fails if it doesn't find it
1313- # seems like a bug and can presumable go in the next version after 0.5.1
1313+ # seems like a bug and can presumable go in the next version after 0.5.2
1414 postPatch = ''
1515 mv src/qsynth.desktop src/qsynth.desktop.in
1616 '';