Unverified Commit 94c6a192 authored by Benedikt Peetz's avatar Benedikt Peetz
Browse files

invidious-router: add `updateScript`

parent 5cafb0d3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildGoModule,
  fetchFromGitLab,
  nix-update-script,
}:
let
  version = "1.2";
@@ -19,6 +20,8 @@ buildGoModule {

  vendorHash = "sha256-c03vYidm8SkoesRVQZdg/bCp9LIpdTmpXdfwInlHBKk=";

  passthru.updateScript = nix-update-script { };

  doCheck = true;

  meta = {