Update deps for deployment

This commit is contained in:
Eli Ribble 2026-02-17 20:04:16 +00:00
parent b9b8bd9943
commit 34c2475515
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

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-aaJnH258H1LkXvb22rR3Clg7fKzA/HSmBZUkh1E8jKI=";
vendorHash = "sha256-ax4suxqagDNBIRk/j2M3bMw3D/GXMmIKsALWrsf9zAA=";
nativeBuildInputs = [ pkgs.dart-sass ];