Skip to content

Commit

Permalink
Publish new nightly version v1.4.4-6-g33c6fd9 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany authored Jan 18, 2024
1 parent 01d242d commit 6b39a62
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.4.0";
version = "1.4.4-6-g33c6fd9";

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

Expand Down

0 comments on commit 6b39a62

Please sign in to comment.