From a7c34ca3b24f3d307c97de73cd853d92f5cd5967 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 11 Mar 2026 14:39:50 +0000 Subject: [PATCH] Update vendor hash for new arcgis-go --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index e4ad3a53..9bccfae3 100644 --- a/default.nix +++ b/default.nix @@ -9,7 +9,7 @@ pkgs.buildGoModule rec { subPackages = []; version = "0.0.11"; # Needs to be updated after every modification of go.mod/go.sum - vendorHash = "sha256-FX9ZmllLpjsk5vN+dzHTjHaZSfDntJkKkAh5cXCfX5U="; + vendorHash = "sha256-Yy0GWZdbJf78NCM6ezKXI82TQo7C/aqmGwf8OxlGz/U="; buildInputs = [ pkgs.proj ]; nativeBuildInputs = [ pkgs.pkg-config pkgs.dart-sass ];