Skip to content

Commit 8c6d06f

Browse files
[Release] Bump launcher to v1.9.6 (#31)
1 parent 902b149 commit 8c6d06f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kolide-launcher.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

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

1111
src = fetchzip {
1212
url = "https://dl.kolide.co/kolide/launcher/linux/amd64/launcher-${version}.tar.gz";
13-
sha256 = "sha256-5zDu8WQyM4SM8ByvTYU1QR6zdxU/RJJWHCoVyceuTTA=";
13+
sha256 = "sha256-AE0TYeoKBCOz8Sq95fk2AdvqW6kRknyLwUp587p3gVo=";
1414
name = "launcher";
1515
};
1616

0 commit comments

Comments
 (0)