Skip to content

Commit

Permalink
Bump to launcher v1.10.2 and osquery v5.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Sep 9, 2024
1 parent 8c6d06f commit f3f84c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kolide-launcher.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};

Expand Down

0 comments on commit f3f84c9

Please sign in to comment.