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