Skip to content

Commit

Permalink
cnspec: 11.14.0 -> 11.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 4, 2024
1 parent 5477098 commit fd6ec50
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 fd6ec50

Please sign in to comment.