Skip to content

Commit

Permalink
Merge pull request #332317 from r-ryantm/auto-update/cnspec
Browse files Browse the repository at this point in the history
cnspec: 11.14.0 -> 11.15.1
  • Loading branch information
fabaff authored Aug 5, 2024
2 parents 1e788d9 + fd6ec50 commit 74442d3
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.14.0";
version = "11.15.1";

src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-gG/KlwepzF0JWEzaGh/8KfuHXTgLenIX55ZXYr1n560=";
hash = "sha256-r3UivIoWWE6TShTJ9ipCpJ8vgDSi13or/jVXqB7F0qY=";
};

proxyVendor = true;

vendorHash = "sha256-sMUl7jkNb9ki3ChjAraqTJwhMDfUexU+g/eslrLF3ig=";
vendorHash = "sha256-sDTUzWgmosL+jnjXD9T6TPp56dywwEPcJO9+0vXqwHo=";

subPackages = [ "apps/cnspec" ];

Expand Down

0 comments on commit 74442d3

Please sign in to comment.