Merge pull request #285713 from fabaff/cnspec-bump

cnspec: 10.0.3 -> 10.1.4
This commit is contained in:
Fabian Affolter 2024-02-02 11:22:12 +01:00 committed by GitHub
commit cab38eaa27
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.3";
version = "10.1.4";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-UiEvy0NrdxEubaupGcpVQjqNJ1fKHrj/YA8wqvW0qoY=";
hash = "sha256-8dwsCDHBxJzGqexjtWsijZkERz69ew1ISeU86UALzMk=";
};
proxyVendor = true;
vendorHash = "sha256-gUyQ/bnBVYYlp3a8iifafi5cvvrld6Lq80aRVRg11pY=";
vendorHash = "sha256-nrK0XwCrLFLgHWGtG0UrjqQPwoeOGWvxy+AnHZmkacM=";
subPackages = [
"apps/cnspec"