Merge pull request #229853 from Ruixi-rebirth/go-musicfox
go-musicfox: add nix-update-script to passthru
This commit is contained in:
commit
8127c9775d
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
, pkg-config
|
||||
, alsa-lib
|
||||
, flac
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
@ -38,6 +39,8 @@ buildGoModule rec {
|
|||
flac
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Terminal netease cloud music client written in Go";
|
||||
homepage = "https://github.com/anhoder/go-musicfox";
|
||||
|
|
Loading…
Reference in a new issue