Merge pull request #279725 from r-ryantm/auto-update/cnquery

cnquery: 9.12.3 -> 9.13.0
This commit is contained in:
Thiago Kenji Okada 2024-01-09 10:35:38 +00:00 committed by GitHub
commit 792a7ddec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "cnquery";
version = "9.12.3";
version = "9.13.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnquery";
rev = "v${version}";
hash = "sha256-DMJuQkxU6VNaPgcdvKY5p/124t02QvAo8lDT9B50Ze0=";
hash = "sha256-jJayS4zGnbQBY/Z7rk4Xx0nHjCdAYCDs/FDYPVBxcqE=";
};
subPackages = [ "apps/cnquery" ];