Skip to content

Commit

Permalink
Merge pull request #152 from symbiont-io/bug/fix-go-nix
Browse files Browse the repository at this point in the history
bug(nix): Fix go vendorSha256 sums
  • Loading branch information
symbiont-daniel-gustafsson authored Mar 9, 2021
2 parents 975c64f + 14affbc commit 5f7fc83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildGoModule rec {
src = gitignoreSource ./.;
buildInputs = [ detsysLib ];

vendorSha256 = "1l8kc9wgg0yy5d7ks5q400lp223l631i1sy24a59706030ppkrs1";
vendorSha256 = "12zq3q4h8xxwdw3w3k3h452agq6s917l980f4kc04dhyid7sv97f";

buildFlagsArray =
[ "-ldflags=-X main.version=${lib.commitIdFromGitRepo ./../../.git}" ];
Expand Down
2 changes: 1 addition & 1 deletion src/db/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildGoModule rec {
buildInputs = [ detsysLib ];
propagatedBuildInputs = [ sqlite-interactive ];

vendorSha256 = "1wb5jybpcsis9sb322kl4c6y6r122bw1bv8gpiazqx6ls11hrpz9";
vendorSha256 = "1rywr9c2q9zldwwwbhiw4523xg9kn971lqxhj01pxgjr7zvzwkky";

buildFlagsArray =
[ "-ldflags=-X main.version=${lib.commitIdFromGitRepo ./../../.git}" ];
Expand Down
2 changes: 1 addition & 1 deletion src/debugger/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildGoModule rec {
src = gitignoreSource ./.;
buildInputs = [ detsysLib ];

vendorSha256 = "0ssxxfgckap99n5vfl3z1fjb2sc59wlf1h65l6jgir7zx7ndlzvr";
vendorSha256 = "0prynk34dfw5fsp7za2ryx0h868y88202937s2rq3fm9pgg7bxqi";

buildFlagsArray =
[ "-ldflags=-X main.version=${lib.commitIdFromGitRepo ./../../.git}" ];
Expand Down

0 comments on commit 5f7fc83

Please sign in to comment.