Skip to content

Commit

Permalink
synthv1: update from 0.6.3 to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cillianderoiste committed Aug 26, 2015
1 parent d741743 commit 977731f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/synthv1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "synthv1-${version}";
version = "0.6.3";
version = "0.7.1";

src = fetchurl {
url = "mirror://sourceforge/synthv1/${name}.tar.gz";
sha256 = "19zyvrvnmi7ahwg121vl2q17j9y8ln6lvpj5wxxcwif5538q75iw";
sha256 = "0asjhz0xj1kwysvsj9q54r8j8fy7cnr408ygfpdhg7yn24rv67hh";
};

buildInputs = [ qt4 libjack2 lv2 ];
Expand Down

0 comments on commit 977731f

Please sign in to comment.