nix: update flake hash to mirror go.mod

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby
2023-05-02 11:40:12 -07:00
committed by Will Norris
parent 41060ba068
commit 3eb57635ae
+1 -1
View File
@@ -29,7 +29,7 @@
version = golinkVersion;
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
vendorSha256 = "sha256-3JfGHHzK9HXU3OaKJ4jbTnU8fsE1MwEtdjDzF+/bHLo="; # SHA based on vendoring go.mod
vendorSha256 = "sha256-TS3L/Pil3Vww/G3f8P/4wKwnwAKsTPPisiXukCbci6I="; # SHA based on vendoring go.mod
};
};
}