Skip to content

Commit

Permalink
[Release] Bump to launcher version v1.6.7 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany authored May 30, 2024
1 parent 90b7761 commit ff569ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kolide-launcher.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
pname = "kolide-launcher";
version = "1.5.3";
version = "1.6.7";

src = fetchzip {
url = "https://dl.kolide.co/kolide/launcher/linux/amd64/launcher-${version}.tar.gz";
sha256 = "sha256-kLvTMcTKPkvsf/VDNFOQAhGz7nU+kec2koiRofBhB/k=";
sha256 = "sha256-4Yqfr6u1TWQg5iuh9yY9WQ/ngCJqndXHS2426wVJ3mI=";
name = "launcher";
};

Expand Down

0 comments on commit ff569ac

Please sign in to comment.