pbpctrl: 0.1.6 -> 0.1.7 (#359291)
This commit is contained in:
commit
fb08995413
@ -8,16 +8,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "pbpctrl";
|
pname = "pbpctrl";
|
||||||
version = "0.1.6";
|
version = "0.1.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "qzed";
|
owner = "qzed";
|
||||||
repo = "${pname}";
|
repo = "${pname}";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-V7wfEXJ0tVQNsi1OFU1Dk2d9ImsNFRriGutpJzh2tV8=";
|
hash = "sha256-u5I3Hs00JDPRBwThYTEmNiZj/zPVfHyyrt4E68d13do=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-8D+WD5bOxoUhw4a7SUr+D2gn1NA7OkmoCcALO9HY8Qk=";
|
cargoHash = "sha256-W59TRrFSm/IrStH9YitoG6nLs9pesDmL9+/DHnty3nw=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config protobuf ];
|
nativeBuildInputs = [ pkg-config protobuf ];
|
||||||
buildInputs = [ dbus ];
|
buildInputs = [ dbus ];
|
||||||
@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "Control Google Pixel Buds Pro from the Linux command line";
|
description = "Control Google Pixel Buds Pro from the Linux command line";
|
||||||
homepage = "https://github.com/qzed/pbpctrl";
|
homepage = "https://github.com/qzed/pbpctrl";
|
||||||
license = with licenses; [ asl20 mit ];
|
license = with licenses; [ asl20 mit ];
|
||||||
maintainers = [ maintainers.vanilla ];
|
maintainers = with maintainers; [ vanilla cafkafk ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
mainProgram = "pbpctrl";
|
mainProgram = "pbpctrl";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user