mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
bluetuith: add update script
This commit is contained in:
parent
b8063f4a25
commit
ef5476448e
@ -1,4 +1,8 @@
|
|||||||
{ lib, buildGoModule, fetchFromGitHub }:
|
{ lib
|
||||||
|
, buildGoModule
|
||||||
|
, fetchFromGitHub
|
||||||
|
, nix-update-script
|
||||||
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "bluetuith";
|
pname = "bluetuith";
|
||||||
@ -21,6 +25,8 @@ buildGoModule rec {
|
|||||||
"-X github.com/darkhz/bluetuith/cmd.Version=${version}@nixpkgs"
|
"-X github.com/darkhz/bluetuith/cmd.Version=${version}@nixpkgs"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "TUI-based bluetooth connection manager";
|
description = "TUI-based bluetooth connection manager";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user