Skip to content

Commit

Permalink
qsynth: 0.6.0 -> 0.6.1 (NixOS#76380)
Browse files Browse the repository at this point in the history
(cherry picked from commit 856de67)
  • Loading branch information
r-ryantm authored and dtzWill committed Jan 10, 2020
1 parent 6fa1947 commit 90027cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/audio/qsynth/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, alsaLib, fluidsynth, libjack2, qt5, autoconf, pkgconfig }:

stdenv.mkDerivation rec {
name = "qsynth-${version}";
version = "0.5.7";
mkDerivation rec {
pname = "qsynth";
version = "0.6.1";

src = fetchurl {
url = "mirror://sourceforge/qsynth/${name}.tar.gz";
sha256 = "18im4w8agj60nkppwbkxqnhpp13z5li3w30kklv4lgs20rvgbvl6";
url = "mirror://sourceforge/qsynth/${pname}-${version}.tar.gz";
sha256 = "12jhfan81a10vbqfky5nmam3lk6d0i4654mm192v68q5r867xmcl";
};

nativeBuildInputs = [ autoconf pkgconfig ];
Expand Down

0 comments on commit 90027cf

Please sign in to comment.