Merge pull request #33493 from magnetophon/jackaudio

jackaudio: 1.9.11-RC1 -> 1.9.12
This commit is contained in:
Graham Christensen 2018-01-05 21:20:59 -05:00 committed by GitHub
commit 22b5bb4450
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation rec {
name = "${prefix}jack2-${version}";
version = "1.9.11-RC1";
version = "1.9.12";
src = fetchFromGitHub {
owner = "jackaudio";
repo = "jack2";
rev = "v${version}";
sha256 = "0i708ar3ll5p8yj0h7ffg84nrn49ap47l2yy75rxyw30cyywhxp4";
sha256 = "0ynpyn0l77m94b50g7ysl795nvam3ra65wx5zb46nxspgbf6wnkh";
};
nativeBuildInputs = [ pkgconfig python makeWrapper ];