Commit a9be2d90 authored by isabel's avatar isabel Committed by Masum Reza
Browse files

wakapi: add update script

parent eb77f312
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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}";