wakapi: add update script

This commit is contained in:
isabel
2025-03-20 19:21:59 +05:30
committed by Masum Reza
parent eb77f31202
commit a9be2d904d
+5
View File
@@ -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}";