Skip to content

Commit

Permalink
build(deps): Update go-apidiff flake (#481)
Browse files Browse the repository at this point in the history
Update go-apidiff to v0.8.2
  • Loading branch information
thunderboltsid authored Sep 25, 2024
1 parent f1aba9a commit d967a56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions hack/flakes/flake.lock

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

6 changes: 3 additions & 3 deletions hack/flakes/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
src = fetchFromGitHub {
owner = "joelanford";
repo = "go-apidiff";
rev = "v0.7.0";
hash = "sha256-vuub9PJ68I5MOYv73NaZTiewPr+4MRdFKQGdfvMi+Dg=";
rev = "v0.8.2";
hash = "sha256-YxxOemAvseRJSeCDdwuBnzjpmK3tUXt6BJGjJx5t4zQ";
};
doCheck = false;
subPackages = [ "." ];
vendorHash = "sha256-GF8mxSVFjaijE8ul9YgMZKaTMTSR5DkwCNY7FZCwiAU=";
vendorHash = "sha256-AOIOjfQldAsINbcGkpM/fnyTVEZzzOXM0JnqAVwwdm8=";
};

go-mod-upgrade = buildGo121Module {
Expand Down

0 comments on commit d967a56

Please sign in to comment.