Skip to content
Snippets Groups Projects
Verified Commit 80a25c19 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: flake sha

parent 73abb4c2
No related branches found
No related tags found
No related merge requests found
......@@ -52,9 +52,10 @@
# it should be "out-of-band" with other tooling (eg. gomod2nix).
# To begin with it is recommended to set this, but one must
# remeber to bump this hash when your dependencies change.
vendorSha256 = pkgs.lib.fakeSha256;
#vendorSha256 = pkgs.lib.fakeSha256;
vendorSha256 = "sha256-QmOn3A4CYGuiNqTzoM6+vQlwlSWbOmftJZ3Mx0PFBz0=";
#vendorSha256 = "sha256-XdB+u94Rqsb29jVs4miyOq1NEYaVJHWFXg6QebFJzNQ=";
meta = with nixpkgs.legacyPackages.${system}.lib; {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment