blast-ugjka: add an updateScript

This commit is contained in:
Colin 2024-06-21 19:14:47 +00:00
parent 514197a17f
commit 62b541012b

View File

@ -2,6 +2,7 @@
, fetchFromGitHub
, lib
, makeWrapper
, nix-update-script
, pulseaudio
}:
buildGoModule rec {
@ -26,10 +27,12 @@ buildGoModule rec {
--suffix PATH : ${lib.makeBinPath [ pulseaudio ]}
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "blast your linux audio to DLNA receivers";
# license = licenses.mit; # MIT + NoAI
inherit (src.meta) homepage;
homepage = "https://github.com/ugjka/blast";
maintainers = with maintainers; [ colinsane ];
platforms = platforms.unix;
};