From 80a25c19064b6dfc644a3ef2992530b0a8ce5dee Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Mon, 17 Jul 2023 10:21:52 +0200 Subject: [PATCH] fix: flake sha --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index f34ddcb..d096fa4 100644 --- a/flake.nix +++ b/flake.nix @@ -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-XdB+u94Rqsb29jVs4miyOq1NEYaVJHWFXg6QebFJzNQ="; + vendorSha256 = "sha256-QmOn3A4CYGuiNqTzoM6+vQlwlSWbOmftJZ3Mx0PFBz0="; + meta = with nixpkgs.legacyPackages.${system}.lib; { -- GitLab