From 681131769cd61cde0e3eeb0eb133919ace8ed80a Mon Sep 17 00:00:00 2001 From: Paul Rogers Date: Mon, 2 Dec 2024 10:08:09 -0500 Subject: [PATCH] Update nix --- nix/packages/loki.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/packages/loki.nix b/nix/packages/loki.nix index c2f0fda208376..a4f5b4b9feb28 100644 --- a/nix/packages/loki.nix +++ b/nix/packages/loki.nix @@ -5,7 +5,7 @@ let pname = "lambda-promtail"; src = ./../../tools/lambda-promtail; - vendorHash = "sha256-HfIjAMaS9L3hRuKQo99964e9GH4fsdZQ27Awk9Vzwpo="; + vendorHash = "sha256-qsgaWkuSVo5Clb9FpS4SUIHVZZjpfjv0dKtwSUIX7a8="; doCheck = false;