Skip to content

Commit

Permalink
Merge pull request #333925 from fabaff/cnspec-bump
Browse files Browse the repository at this point in the history
cnspec: 11.16.0 -> 11.16.1
  • Loading branch information
NickCao committed Aug 11, 2024
2 parents 78864f4 + 0af426e commit b3cd211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/cnspec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

buildGoModule rec {
pname = "cnspec";
version = "11.16.0";
version = "11.16.1";

src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-xXN+1t5/0bLjX7lfuKTJDw0cN87LdFCuzYaaVt1plac=";
hash = "sha256-juEMrdMu2UJ/o4M6qLD3dmKub8F/QAtdARZhhTgXKcE=";
};

proxyVendor = true;

vendorHash = "sha256-S4RvRGtIUjJ/vDehUrsozxbvZckw/7hpguTCcR6mbCc=";
vendorHash = "sha256-dCdm6cdMnVxrUEl17Ki+veCAefgVSFeTs7GLJCWBM8w=";

subPackages = [ "apps/cnspec" ];

Expand Down

0 comments on commit b3cd211

Please sign in to comment.