mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
bluetuith: add update script
This commit is contained in:
parent
b8063f4a25
commit
ef5476448e
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "bluetuith";
|
||||
|
@ -21,6 +25,8 @@ buildGoModule rec {
|
|||
"-X github.com/darkhz/bluetuith/cmd.Version=${version}@nixpkgs"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "TUI-based bluetooth connection manager";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue