From f3f84c97f7982a647ffc69a9f54a1e39a25ea612 Mon Sep 17 00:00:00 2001 From: RebeccaMahany Date: Mon, 9 Sep 2024 11:34:45 -0400 Subject: [PATCH] Bump to launcher v1.10.2 and osquery v5.13.1 --- kolide-launcher.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kolide-launcher.nix b/kolide-launcher.nix index 26de369..524a45c 100644 --- a/kolide-launcher.nix +++ b/kolide-launcher.nix @@ -6,17 +6,17 @@ stdenv.mkDerivation rec { pname = "kolide-launcher"; - version = "1.9.6"; + version = "1.10.2"; src = fetchzip { url = "https://dl.kolide.co/kolide/launcher/linux/amd64/launcher-${version}.tar.gz"; - sha256 = "sha256-AE0TYeoKBCOz8Sq95fk2AdvqW6kRknyLwUp587p3gVo="; + sha256 = ""; name = "launcher"; }; osqSrc = fetchzip { - url = "https://dl.kolide.co/kolide/osqueryd/linux/amd64/osqueryd-5.12.2.tar.gz"; - sha256 = "sha256-5o7zynfo5ynan900pKh9hTRlkh2wVgr7a68HFjc5zYw="; + url = "https://dl.kolide.co/kolide/osqueryd/linux/amd64/osqueryd-5.13.1.tar.gz"; + sha256 = ""; name = "osqueryd"; };