summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/audio
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2017-12-07 13:51:57 +0100
committerBart Brouns <bart@magnetophon.nl>2017-12-08 21:16:04 +0100
commit6e34919e785dc58a0050f135c21ef940304f5796 (patch)
tree66e48fa2f2b869df61d03518dd91a694f9c7c606 /pkgs/development/libraries/audio
parent11d0cccf56979f621a2e513bf3a921b46972615b (diff)
suil: 0.8.4 -> 0.10.0
Diffstat (limited to 'pkgs/development/libraries/audio')
-rw-r--r--pkgs/development/libraries/audio/suil/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/audio/suil/default.nix b/pkgs/development/libraries/audio/suil/default.nix
index b2cfb0be8bec..63f43ac7a2c0 100644
--- a/pkgs/development/libraries/audio/suil/default.nix
+++ b/pkgs/development/libraries/audio/suil/default.nix
@@ -8,12 +8,12 @@ assert !(withQt4 && withQt5);
stdenv.mkDerivation rec {
pname = "suil";
- version = "0.8.4";
+ version = "0.10.0";
name = "${pname}-qt${if withQt4 then "4" else "5"}-${version}";
src = fetchurl {
url = "http://download.drobilla.net/${pname}-${version}.tar.bz2";
- sha256 = "1kji3lhha26qr6xm9j8ic5c40zbrrb5qnwm2qxzmsfxgmrz29wkf";
+ sha256 = "0j489gm3fhnmwmbgw30bvd4byw1vsy4yazdlnji8jzhcz0qwb5cq";
};
nativeBuildInputs = [ pkgconfig ];