Update vendor hash for depolyment

This commit is contained in:
Eli Ribble 2026-02-18 20:32:17 +00:00
parent ea1af2da53
commit ed89a27d47
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-ax4suxqagDNBIRk/j2M3bMw3D/GXMmIKsALWrsf9zAA=";
vendorHash = "sha256-FLK/CiaAzci3mhurtrTpTb87DCgCu4jn7cUajJfY3cs=";
nativeBuildInputs = [ pkgs.dart-sass ];