Skip to content

Commit 6123de0

Browse files
committed
Bump to launcher v1.12.1 and osquery v5.14.1
1 parent 3eefae8 commit 6123de0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kolide-launcher.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
stdenv.mkDerivation rec {
88
pname = "kolide-launcher";
9-
version = "1.10.2";
9+
version = "1.12.1";
1010

1111
src = fetchzip {
1212
url = "https://dl.kolide.co/kolide/launcher/linux/amd64/launcher-${version}.tar.gz";
13-
sha256 = "sha256-tStywZWCTQi+0Y+9QM3NNY4DXnNQ+Nbbz3JFCqf2osU=";
13+
sha256 = "sha256-mFGdybZLqhnt1UqMTWRJMbnp6OqhP0x3axIifOrs368=";
1414
name = "launcher";
1515
};
1616

1717
osqSrc = fetchzip {
18-
url = "https://dl.kolide.co/kolide/osqueryd/linux/amd64/osqueryd-5.13.1.tar.gz";
19-
sha256 = "sha256-iI4J+qNWPUgjBYWQIc7F7/+8d5nibfBvp1+1ymn30QE=";
18+
url = "https://dl.kolide.co/kolide/osqueryd/linux/amd64/osqueryd-5.14.1.tar.gz";
19+
sha256 = "";
2020
name = "osqueryd";
2121
};
2222

0 commit comments

Comments
 (0)