pulseaudio-modules-bt: 1.1.99 -> 1.2

This commit is contained in:
adisbladis 2019-08-08 09:51:37 +01:00
parent 1f8221c98e
commit bb6ef0646a
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -24,13 +24,13 @@ let
in stdenv.mkDerivation rec {
name = "pulseaudio-modules-bt-${version}";
version = "1.1.99";
version = "1.2";
src = fetchFromGitHub {
owner = "EHfive";
repo = "pulseaudio-modules-bt";
rev = "v${version}";
sha256 = "0x670xbd62r3fs9a8pa5p4ppvxn6m64hvlrqa702gvikcvyrmwcg";
sha256 = "0h2wcmxpq5ii65898fsjdydjb2sgcvqijrpvazyyj3bvhqdizch1";
};
patches = [