chore(nix): heal vendorHash for the module set in 31d11e76ea (TASK-2954)

This commit is contained in:
github-actions[bot]
2026-09-09 18:33:41 +00:00
parent 31d11e76ea
commit 249a8f879f
+1 -1
View File
@@ -75,7 +75,7 @@ buildGoModule {
# build has other fixed-output derivations (every npm tarball importNpmLock
# fetches is one), so `grep got:` can hand you a hash that belongs to
# something else entirely. The script anchors on the go-modules derivation.
vendorHash = "sha256-uuSOBDhEo20QyqACh3fFjjTBatP9LKpquZdYBsJeGDI=";
vendorHash = "sha256-ejHG7uHzPXydZKeIJ0fIIxcQGsyVAKt/KjjCreED9TY=";
subPackages = [ "cmd/pad" ];