Skip to content

Commit

Permalink
chore(nix): update src hash (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctn-malone authored Dec 3, 2024
1 parent 9091998 commit cb61fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgs.buildGoModule rec {

src = ./.;

vendorHash = "sha256-gDDaKrwlrJyyDzgyGf9iP/XPnOAwpkvIyzCXobXrlF4=";
vendorHash = "sha256-UNBDVIz2VEizkhelCjadkzd2S2yTYXecTFUpCf+XtxY=";

ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];
}

0 comments on commit cb61fe6

Please sign in to comment.