Skip to content

Commit

Permalink
Switch from vendorSha256 to vendorHash
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Apr 7, 2024
1 parent d5ddab6 commit f7e5364
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
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.

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
in {
defaultPackage =
with pkgs; buildGoModule {
pname = "log4shell-tools";
version = "0.0.0";
name = "log4shell-tools";
src = ./.;

vendorSha256 = "sha256-TjtI04iYvpist+BH7Abrpru5cs0kmC0VJlX1HBT/tjw=";
vendorHash = "sha256-TjtI04iYvpist+BH7Abrpru5cs0kmC0VJlX1HBT/tjw=";

subPackages = [ "./cmd/log4shell-tools-server" ];
};
Expand Down

0 comments on commit f7e5364

Please sign in to comment.