1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

samplv1: update from 0.3.6 to 0.4.0

This commit is contained in:
Cillian de Róiste 2014-03-08 12:46:28 +01:00 committed by Cillian de Róiste
parent 3093656cfb
commit c4651ec5df

View file

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