Merge pull request #297249 from r-ryantm/auto-update/cnspec

cnspec: 10.7.3 -> 10.8.0
This commit is contained in:
Fabian Affolter 2024-03-19 20:54:09 +01:00 committed by GitHub
commit 1c8261830a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,18 +5,18 @@
buildGoModule rec {
pname = "cnspec";
version = "10.7.3";
version = "10.8.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-TFwMquMyHnUGyHGKBrialsDKL5Mubsop1Sudyu/IGjE=";
hash = "sha256-EfVbYIGkjH0tHaMgnoyAGw7ZlAPVBlhbKTjryFRBF1A=";
};
proxyVendor = true;
vendorHash = "sha256-+hlJqcX3cGo/ej5HPPZBZCTUHvB9+/iPTebNKdokLQ0=";
vendorHash = "sha256-xrWGILBxZEoNi4PHG1vixLpOVaW0LRKkTkJsx5mWBns=";
subPackages = [
"apps/cnspec"