wakapi: add update script
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
}:
|
||||
let
|
||||
version = "2.13.1";
|
||||
@@ -30,6 +31,10 @@ buildGoModule {
|
||||
"-w"
|
||||
];
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "https://wakapi.dev/";
|
||||
changelog = "https://github.com/muety/wakapi/releases/tag/${version}";
|
||||
|
||||
Reference in New Issue
Block a user