cnquery: 11.65.0 -> 11.66.1 (#432875)

This commit is contained in:
Yohann Boniface
2025-08-12 00:21:44 +02:00
committed by GitHub
+2 -2
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" ];