Commit 6123de0 1 parent 3eefae8 commit 6123de0 Copy full SHA for 6123de0
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
stdenv . mkDerivation rec {
8
8
pname = "kolide-launcher" ;
9
- version = "1.10.2 " ;
9
+ version = "1.12.1 " ;
10
10
11
11
src = fetchzip {
12
12
url = "https://dl.kolide.co/kolide/launcher/linux/amd64/launcher-${ version } .tar.gz" ;
13
- sha256 = "sha256-tStywZWCTQi+0Y+9QM3NNY4DXnNQ+Nbbz3JFCqf2osU =" ;
13
+ sha256 = "sha256-mFGdybZLqhnt1UqMTWRJMbnp6OqhP0x3axIifOrs368 =" ;
14
14
name = "launcher" ;
15
15
} ;
16
16
17
17
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 = "" ;
20
20
name = "osqueryd" ;
21
21
} ;
22
22
You can’t perform that action at this time.
0 commit comments