Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #32474 from magnetophon/suil

suil: 0.8.4 -> 0.10.0

authored by Orivej Desh and committed by GitHub 081de618 e798a171

+2 -2
+2 -2
pkgs/development/libraries/audio/suil/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "suil"; 11 - version = "0.8.4"; 11 + version = "0.10.0"; 12 12 name = "${pname}-qt${if withQt4 then "4" else "5"}-${version}"; 13 13 14 14 src = fetchurl { 15 15 url = "http://download.drobilla.net/${pname}-${version}.tar.bz2"; 16 - sha256 = "1kji3lhha26qr6xm9j8ic5c40zbrrb5qnwm2qxzmsfxgmrz29wkf"; 16 + sha256 = "0j489gm3fhnmwmbgw30bvd4byw1vsy4yazdlnji8jzhcz0qwb5cq"; 17 17 }; 18 18 19 19 nativeBuildInputs = [ pkgconfig ];