We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902b149 commit 8c6d06fCopy full SHA for 8c6d06f
kolide-launcher.nix
@@ -6,11 +6,11 @@
6
7
stdenv.mkDerivation rec {
8
pname = "kolide-launcher";
9
- version = "1.9.4";
+ version = "1.9.6";
10
11
src = fetchzip {
12
url = "https://dl.kolide.co/kolide/launcher/linux/amd64/launcher-${version}.tar.gz";
13
- sha256 = "sha256-5zDu8WQyM4SM8ByvTYU1QR6zdxU/RJJWHCoVyceuTTA=";
+ sha256 = "sha256-AE0TYeoKBCOz8Sq95fk2AdvqW6kRknyLwUp587p3gVo=";
14
name = "launcher";
15
};
16
0 commit comments