Skip to content

Commit d154b67

Browse files
[Release] Bump launcher to v1.12.3 and osquery to v5.14.1 (#34)
1 parent 3eefae8 commit d154b67

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.3";
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-shJMPtz3txgRRw0sc9bNgYUy9cw9TkVGYI/nAO6TbDg=";
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 = "sha256-rcmoXshD9pwaTN2dgJm9ZmuCuNQkPgLxghtMGYfhfYE=";
2020
name = "osqueryd";
2121
};
2222

0 commit comments

Comments
 (0)