cnquery: 9.12.3 -> 9.13.0

This commit is contained in:
R. Ryantm 2024-01-09 01:52:18 +00:00
parent bc85b737c5
commit 322bc48009

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" ];