1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-08-10 13:46:46 +02:00

flake: fix vendorHash

This commit is contained in:
ajs124 2025-05-03 15:46:15 +02:00
parent 903d653613
commit 0a4bf0f7f2

View File

@ -30,7 +30,7 @@
# When updating go.mod or go.sum, a new sha will need to be calculated,
# update this if you have a mismatch after doing a change to those files.
vendorHash = "sha256-CoxqEAxGdefyiIhz84LXXxPrZ1JWsX8Ernv1USr9JTs=";
vendorHash = "sha256-zU7sHUoZ/tV0TwZQmWPOqd19H32yHSTs3p3nndw7qrM=";
subPackages = ["cmd/headscale"];