Skip to content

Commit

Permalink
nix: Update Go vendorHash
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <[email protected]>
  • Loading branch information
stv0g committed May 2, 2024
1 parent 486ba72 commit d5cad84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages.gont = pkgs.buildGoModule {
name = "gont";
src = ./.;
vendorHash = "sha256-5nrMKzn/rFRp01OeRDS5y9Hn921S6ke0n8esRoYFXyU=";
vendorHash = "sha256-QOh1jBR7FL/fKFmJv7wGxuCghRLR3DV/0TzXd+bUFP0=";
buildInputs = with pkgs; [
libpcap
];
Expand Down

0 comments on commit d5cad84

Please sign in to comment.