3
0
Fork 0
forked from mirrors/nixpkgs

bluez-alsa: 1.3.1 -> 1.4.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bluez-alsa/versions
This commit is contained in:
R. RyanTM 2019-03-20 23:42:08 -07:00
parent 213d6dd6ac
commit 2f92840a14

View file

@ -13,13 +13,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "bluez-alsa-${version}";
version = "1.3.1";
version = "1.4.0";
src = fetchFromGitHub {
owner = "Arkq";
repo = "bluez-alsa";
rev = "v${version}";
sha256 = "1rzcl65gipszsmlcg24gh1xkjkyk4929xhakn6y2smrgwv1zjqdh";
sha256 = "12kc2896rbir8viywd6bjwcklkwf46j4svh9viryn6kmk084nb49";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];