Skip to content

Commit

Permalink
drop unused last_successful_update field from node table (#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
kradalby authored Feb 18, 2024
1 parent 384ca03 commit 3f162c2
Show file tree
Hide file tree
Showing 16 changed files with 386 additions and 402 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@

protoc-gen-grpc-gateway = pkgs.buildGoModule rec {
pname = "grpc-gateway";
version = "2.14.0";
version = "2.19.1";

src = pkgs.fetchFromGitHub {
owner = "grpc-ecosystem";
repo = "grpc-gateway";
rev = "v${version}";
sha256 = "sha256-lnNdsDCpeSHtl2lC1IhUw11t3cnGF+37qSM7HDvKLls=";
sha256 = "sha256-CdGQpQfOSimeio8v1lZ7xzE/oAS2qFyu+uN+H9i7vpo=";
};

vendorHash = "sha256-dGdnDuRbwg8fU7uB5GaHEWa/zI3w06onqjturvooJQA=";
vendorHash = "sha256-no7kZGpf/VOuceC3J+izGFQp5aMS3b+Rn+x4BFZ2zgs=";

nativeBuildInputs = [pkgs.installShellFiles];

Expand Down
86 changes: 15 additions & 71 deletions gen/go/headscale/v1/headscale.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3f162c2

Please sign in to comment.