From a2790bd86dbe95a35675c9c335103bdcd84e3524 Mon Sep 17 00:00:00 2001 From: RebeccaMahany Date: Wed, 20 Nov 2024 12:39:23 -0500 Subject: [PATCH] Bump to launcher v1.12.1 and osquery v5.14.1 --- kolide-launcher.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kolide-launcher.nix b/kolide-launcher.nix index 23cd5f3..b109604 100644 --- a/kolide-launcher.nix +++ b/kolide-launcher.nix @@ -6,17 +6,17 @@ stdenv.mkDerivation rec { pname = "kolide-launcher"; - version = "1.10.2"; + version = "1.12.1; src = fetchzip { url = "https://dl.kolide.co/kolide/launcher/linux/amd64/launcher-${version}.tar.gz"; - sha256 = "sha256-tStywZWCTQi+0Y+9QM3NNY4DXnNQ+Nbbz3JFCqf2osU="; + sha256 = ""; name = "launcher"; }; osqSrc = fetchzip { - url = "https://dl.kolide.co/kolide/osqueryd/linux/amd64/osqueryd-5.13.1.tar.gz"; - sha256 = "sha256-iI4J+qNWPUgjBYWQIc7F7/+8d5nibfBvp1+1ymn30QE="; + url = "https://dl.kolide.co/kolide/osqueryd/linux/amd64/osqueryd-5.14.1.tar.gz"; + sha256 = ""; name = "osqueryd"; };