From a79742e020012a379da2aca3aa4ef0e4ca0dc307 Mon Sep 17 00:00:00 2001 From: RebeccaMahany Date: Tue, 23 Jul 2024 14:19:01 -0400 Subject: [PATCH] Update sha for osqueryd 5.12.2 --- kolide-launcher.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolide-launcher.nix b/kolide-launcher.nix index 69eefa31..0aaf560 100644 --- a/kolide-launcher.nix +++ b/kolide-launcher.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { osqSrc = fetchzip { url = "https://dl.kolide.co/kolide/osqueryd/linux/amd64/osqueryd-5.12.2.tar.gz"; - sha256 = ""; + sha256 = "sha256-5o7zynfo5ynan900pKh9hTRlkh2wVgr7a68HFjc5zYw="; name = "osqueryd"; };