about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2015-08-26 22:52:10 +0200
committerCillian de Róiste <cillian.deroiste@gmail.com>2015-08-26 22:59:37 +0200
commit977731f6c2227bc48ff2f9f628a30e3e38e09b4b (patch)
tree305ea1cb95d6ae37204e8eeb796226f73ff5ec10
parentd741743bcc3b16648054b79ae3fb2c81b05d2f9e (diff)
synthv1: update from 0.6.3 to 0.7.1 15.09-beta
-rw-r--r--pkgs/applications/audio/synthv1/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/synthv1/default.nix b/pkgs/applications/audio/synthv1/default.nix
index 4a126f8774f82..43003782f2fea 100644
--- a/pkgs/applications/audio/synthv1/default.nix
+++ b/pkgs/applications/audio/synthv1/default.nix
@@ -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 ];