Make buildable release for prod

This commit is contained in:
Eli Ribble 2025-11-11 16:09:18 +00:00
parent e3234332f0
commit f0ace114b0
No known key found for this signature in database
3 changed files with 4 additions and 7 deletions

View file

@ -9,5 +9,5 @@ pkgs.buildGoModule rec {
subPackages = [];
version = "0.0.1";
# Needs to be updated after every modification of go.mod/go.sum
vendorHash = "sha256-3NQcLcPNfba20LXenLu/RcZistBzEGsRb75IogvSR68=";
vendorHash = "sha256-5y/LyL8FxKLRckmLG127VNxZDXYCUDT1zI2q0fJXTHM=";
}