Skip to content

Commit

Permalink
fix(nix): Update vendorSha256
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-daniel-gustafsson committed Feb 4, 2021
1 parent 88c2607 commit 6bb138f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildGoModule rec {
src = gitignoreSource ./.;
buildInputs = [ detsysLib ];

vendorSha256 = "07in0lrgsyqh3q5gi6zhk7pfcfxzdbi7i34qc9xkfzmys9fzhhp9";
vendorSha256 = "1l8kc9wgg0yy5d7ks5q400lp223l631i1sy24a59706030ppkrs1";

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 @@ -18,7 +18,7 @@ buildGoModule rec {
buildInputs = [ detsysLib ];
propagatedBuildInputs = [ sqlite-interactive ];

vendorSha256 = "0b9ik12z920ikpyy3nnmx6qvjib065vxx5v7ykskw1jxhb5fpr0l";
vendorSha256 = "1wb5jybpcsis9sb322kl4c6y6r122bw1bv8gpiazqx6ls11hrpz9";

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

0 comments on commit 6bb138f

Please sign in to comment.