chore(tvix/nar-bridge): bump go-nix

Change-Id: I72d139c47ede56d63d896bb5d5ed385e22a32264
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9592
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: Connor Brewster <cbrewster@hey.com>
This commit is contained in:
Florian Klink 2023-10-09 16:54:30 +02:00 committed by flokli
parent 5cc7171b5f
commit 87396d29fd
3 changed files with 4 additions and 4 deletions

View file

@ -6,5 +6,5 @@ pkgs.buildGoModule {
name = "nar-bridge";
src = depot.third_party.gitignoreSource ./.;
vendorHash = "sha256-PlmFiGQPHqc+4JG0HAWW+oj8ruL7PTmGNJe20ansrxg=";
vendorHash = "sha256-2WrXRbaJBg8ldL92KzCn/Lj0xp+E/kIYeHE9qsJEXAI=";
}