cnquery: 12.19.0 -> 12.19.2

This commit is contained in:
R. Ryantm
2026-01-27 11:51:16 +00:00
parent 8913af27d0
commit 31ed0f44a4
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "cnquery";
version = "12.19.0";
version = "12.19.2";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnquery";
tag = "v${version}";
hash = "sha256-lFnXkBPokDO/eduWhg/lSqqjRhC8/5tGqkS/RZHhZnU=";
hash = "sha256-9POb9iQrLSLl8pwLg+y1SzjlxYvcGuIJx5o+djsOxIc=";
};
subPackages = [ "apps/cnquery" ];