Merge pull request #296357 from fabaff/cnspec-bump

cnspec: 10.7.1 -> 10.7.3
This commit is contained in:
Fabian Affolter 2024-03-16 18:42:49 +01:00 committed by GitHub
commit 3081af8dd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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