Skip to content

Commit

Permalink
Bump launcher to v1.9.4 and osquery to v5.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Jul 23, 2024
1 parent ff6ba82 commit b9dfbda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kolide-launcher.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

stdenv.mkDerivation rec {
pname = "kolide-launcher";
version = "1.7.1";
version = "1.9.4";

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

osqSrc = fetchzip {
url = "https://dl.kolide.co/kolide/osqueryd/linux/amd64/osqueryd-5.11.0.tar.gz";
sha256 = "sha256-gUWow5ZmK7AVBJXkOYQdm1C0gGpr2XExAJgKvSJMnGM=";
url = "https://dl.kolide.co/kolide/osqueryd/linux/amd64/osqueryd-5.12.2.tar.gz";
sha256 = "";
name = "osqueryd";
};

Expand Down

0 comments on commit b9dfbda

Please sign in to comment.