Skip to content

Commit fcd4847

Browse files
committed
Release v1.7.1
1 parent ff569ac commit fcd4847

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.6.7";
9+
version = "1.7.1";
1010

1111
src = fetchzip {
1212
url = "https://dl.kolide.co/kolide/launcher/linux/amd64/launcher-${version}.tar.gz";
13-
sha256 = "sha256-4Yqfr6u1TWQg5iuh9yY9WQ/ngCJqndXHS2426wVJ3mI=";
13+
sha256 = "sha256-9UsvZJecqmA9hFKx44n1t4yupgucjBBl1SMZxoTikfw=";
1414
name = "launcher";
1515
};
1616

0 commit comments

Comments
 (0)