samplv1: update from 0.3.2 to 0.3.5

This commit is contained in:
Nixpkgs Monitor 2013-12-21 02:21:27 +02:00 committed by Evgeny Egorochkin
parent 59c3fb01f5
commit 64bdbc9271
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "samplv1-${version}";
version = "0.3.2";
version = "0.3.5";
src = fetchurl {
url = "mirror://sourceforge/samplv1/${name}.tar.gz";
sha256 = "1j6q3ywbdsyhskc60p7k8ph058ylrrmjmri3q1wr2d2akcaqvb7m";
sha256 = "1q4ggcbbz9lfrjh0ybr3grgipjkq6w5fb9gz5k5cryzz92p7ihw9";
};
buildInputs = [ jackaudio libsndfile lv2 qt4 ];