Skip to content

Commit

Permalink
chore(nix): update vendor hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenithar committed Jun 22, 2023
1 parent 470b449 commit c169f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ builds:
ldflags:
- '-s'
- '-w'
- '-buildid='
- '-X zntr.io/harp/v2/build/version.Name=harp'
- '-X zntr.io/harp/v2/build/version.AppName=zntr.io/harp/cmd/harp'
- '-X zntr.io/harp/v2/build/version.Version={{.Version}}'
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildGoModule rec {
src = lib.cleanSource ./.;

subPackages = [ "cmd/harp" ];
vendorSha256 = "sha256-u1jUVuCpjfxGkqMKj5zhNJjOnAR9ziypVTDXru2C8kY=";
vendorSha256 = "sha256-Y7tCEEpryLYdFDPAPssCnd/O3TcZsubbYCZSj2HeerA=";
ldflags = [
"-s" "-w" "-buildid="
"-X zntr.io/harp/v2/build/version.Name=harp"
Expand Down

0 comments on commit c169f29

Please sign in to comment.