From 4f1678c04c8a3b4bd2ca17357351855e32783b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1nos=20Mik=C3=B3?= Date: Mon, 27 Jul 2026 22:17:36 +0200 Subject: [PATCH] chore(nix): refresh vendorHash for updated Go dependencies --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0e7c0fa8..11789b73 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ src = ./.; - vendorHash = "sha256-ZyCJnSI0Lq+Fm5w6hhd/lWMZTUt0NirpwAkFrGU80lQ="; + vendorHash = "sha256-AsjzKYlodNv9TsWGSh34OjD/jgepx4YpGS59W9iwlSs="; subPackages = [ "." ];