Merge pull request #284225 from fabaff/cnspec-bump

cnspec: 10.0.2 -> 10.0.3
This commit is contained in:
Nick Cao 2024-01-27 11:29:31 -05:00 committed by GitHub
commit 68aead18c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "cnspec";
version = "10.0.2";
version = "10.0.3";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-YdOzHMC2dP8OCDn1T+nE7k5dL3KHpLHFAGKuQAnu6l0=";
hash = "sha256-UiEvy0NrdxEubaupGcpVQjqNJ1fKHrj/YA8wqvW0qoY=";
};
proxyVendor = true;
vendorHash = "sha256-7Ro2qRU+ULLLrVT0VpJkwBOQ6EQSgMLiJRRK9IMuXZs=";
vendorHash = "sha256-gUyQ/bnBVYYlp3a8iifafi5cvvrld6Lq80aRVRg11pY=";
subPackages = [
"apps/cnspec"