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.
···23stdenv.mkDerivation rec {
4 name = "qsynth-${version}";
5- version = "0.5.1";
67 src = fetchurl {
8 url = "mirror://sourceforge/qsynth/${name}.tar.gz";
9- sha256 = "0kpk1rnhbifbvm4xvw8i0d4ksk78pf505qvg08k89kqkg32494ap";
10 };
1112 # 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 '';
···23stdenv.mkDerivation rec {
4 name = "qsynth-${version}";
5+ version = "0.5.2";
67 src = fetchurl {
8 url = "mirror://sourceforge/qsynth/${name}.tar.gz";
9+ sha256 = "1rfkaxq1pyc4hv3l0i6wicianbcbm1wp53kh9i5d4jsljgisd1dv";
10 };
1112 # 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 '';