From 8c01dd01357e07c58ec7ebe75c1a44907d161895 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Wed, 10 Sep 2025 23:11:20 +0200 Subject: [PATCH] osquery: 5.18.1 -> 5.19.0 https://github.com/osquery/osquery/releases/tag/5.19.0 Considering this upgrade to contain security fixes due to the vendored zlib and yara upgrades. --- pkgs/by-name/os/osquery/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/os/osquery/info.json b/pkgs/by-name/os/osquery/info.json index a525fd791a82..e7ae2785b883 100644 --- a/pkgs/by-name/os/osquery/info.json +++ b/pkgs/by-name/os/osquery/info.json @@ -5,9 +5,9 @@ }, "osquery": { "fetchSubmodules": true, - "hash": "sha256-oNH+mDTtg4m6wnE5XBWRQHWhBasy9ssSrxA/TPCd2pI=", + "hash": "sha256-O5FfbPZt0cxl7Zia8gSn4xLhLyTlA9Z0SDDvGSgTTyw=", "owner": "osquery", "repo": "osquery", - "rev": "5.18.1" + "rev": "5.19.0" } }