Update vendor hash for new arcgis-go

This commit is contained in:
Eli Ribble 2026-03-11 14:39:50 +00:00
parent b90b817e4c
commit a7c34ca3b2
No known key found for this signature in database

View file

@ -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 ];