Skip to content

Commit

Permalink
[Release] Bump to launcher version v1.7.1 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany authored Jun 12, 2024
1 parent ff569ac commit ff6ba82
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.6.7";
version = "1.7.1";

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

Expand Down

0 comments on commit ff6ba82

Please sign in to comment.