From 86f7813e438ec4b2657f71a63bf29590c8744eb2 Mon Sep 17 00:00:00 2001 From: yandu Date: Mon, 13 Jan 2025 13:04:11 -0500 Subject: [PATCH] Forgot to run --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index bd0c0cd..c476489 100644 --- a/default.nix +++ b/default.nix @@ -17,7 +17,7 @@ buildGoModule rec { version = "0.8.9"; src = ./.; proxyVendor = true; # Fixes: cannot query module due to -mod=vendor running make install - vendorHash = "sha256-3XVou4NW28QxIe1t0gawbCoyl/3X22PoQdJOjcG0nDM="; + vendorHash = "sha256-K1iMGDetMcC1qi+IQ9TkPSMhKMDv4TvOLzVs5Fj3eZo="; outputs = [ "out" "client" "server" "migrations" ];