From 249a8f879f8c531c80ffaebfee4f2429eabc1fc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 18:33:41 +0000 Subject: [PATCH] chore(nix): heal vendorHash for the module set in 31d11e76ea5f5c5cfcad9d76d52f2b7fec611ec8 (TASK-2954) --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index 00d12260..a57588cb 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -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" ];