Skip to content

Commit

Permalink
Bump to launcher v1.12.1 and osquery v5.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Nov 20, 2024
1 parent 3eefae8 commit 9c071a2
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.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 = "sha256-mFGdybZLqhnt1UqMTWRJMbnp6OqhP0x3axIifOrs368=";
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 = "sha256-rcmoXshD9pwaTN2dgJm9ZmuCuNQkPgLxghtMGYfhfYE=";
name = "osqueryd";
};

Expand Down

0 comments on commit 9c071a2

Please sign in to comment.