Skip to content

Commit

Permalink
Bump to launcher version v1.4.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany authored Jan 4, 2024
1 parent f10936c commit c0ad3eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
with import nixpkgs { system = "x86_64-linux"; };
stdenv.mkDerivation rec {
pname = "kolide-launcher";
version = "1.3.2-3-gd3aa979";
version = "1.4.0";

src = fetchzip {
url = "https://dl.kolide.co/kolide/launcher/linux/amd64/launcher-${version}.tar.gz";
sha256 = "sha256-ohW27Nn1nFqIeyR5zMrP4nOYtJaF+Avt21z2FPIUxLk=";
sha256 = "sha256-oOkXlz9n88szZC5TDYiroFeYZ84b1AFeUN1rInwRXrU=";
name = "launcher";
};

Expand Down

0 comments on commit c0ad3eb

Please sign in to comment.