Skip to content

Commit

Permalink
fix: update nix flake
Browse files Browse the repository at this point in the history
Dependencies have changed since the last time it was updated, so it
would have failed to build. This means that nix users can use the latest
version of this tool.

Additionally update the inputs as it has been a while so might as well.

Once this is merged the tool can be run anywhere with

   nix run github:snyk/vervet

presuming a later patch hasn't updated the dependencies again.
  • Loading branch information
jgresty committed Jun 12, 2024
1 parent 62051e5 commit e3a09bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildGoModule rec {
version = builtins.substring 0 8 lastMod;
src = ./.;

vendorHash = "sha256-sumj5H1MOnsMPn5YML9co/kwU3WSiKbapfHXRIg0Xp4=";
vendorHash = "sha256-h9EhXURMl9FtB694iRxkgxsJjwatCvn6+mXHKSaOzfM=";

meta = with lib; {
description = "API resource versioning tool";
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

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

0 comments on commit e3a09bd

Please sign in to comment.