Merge pull request #263912 from fabaff/cnspec-bump

cnspec: 9.2.3 -> 9.4.0

authored by

Fabian Affolter and committed by
GitHub
2353abf8 5ecfb8f6

+3 -3
+3 -3
pkgs/tools/security/cnspec/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "cnspec"; 8 - version = "9.2.3"; 8 + version = "9.4.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "mondoohq"; 12 12 repo = "cnspec"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-gCKmaioBko4UsfhPBcpVxHC7knhZGZU54HZFu/rHIbw="; 14 + hash = "sha256-rAvSC+MqgS47n/DFbGoeyvN1GyidvQ37TS+buSYwxME="; 15 15 }; 16 16 17 17 proxyVendor = true; 18 - vendorHash = "sha256-YN1y+K/9EdZ7RlZRVWK/HEppZv/dX6XrkaqIlZVoC8c="; 18 + vendorHash = "sha256-xghScwfR82Q9lhx2cNc1JZShppCKQR+tZynk+ee/81c="; 19 19 20 20 subPackages = [ 21 21 "apps/cnspec"