cnquery: 11.65.0 -> 11.66.1

This commit is contained in:
R. Ryantm 2025-08-11 16:58:46 +00:00
parent af7f652b8d
commit d909bd4bf4

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "cnquery";
version = "11.65.0";
version = "11.66.1";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnquery";
tag = "v${version}";
hash = "sha256-M2bx4wgVM79iXhtZDFvcOfifwbLCTQ0knTI3FAOzj3M=";
hash = "sha256-VgIjwHOs5JWWNP/ecGJxN65B1+1dAVzALkfljNExRTg=";
};
subPackages = [ "apps/cnquery" ];