cnspec: 11.18.0 -> 11.19.0

This commit is contained in:
R. Ryantm 2024-08-27 13:46:23 +00:00
parent 56fab16fa9
commit e6566050f1

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnspec";
version = "11.18.0";
version = "11.19.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-31g5iBTdI+15VzqaNgWo0SuJJ9aov83UOa2n+k+xtXY=";
hash = "sha256-37i7lbkw70DpwCUvZtv6548l6csx3ozG+1gPTKhJQFg=";
};
proxyVendor = true;
vendorHash = "sha256-7lPskaF9yag+O8EMWmaL6gX5ULyN+LqB4XilVn7/0cE=";
vendorHash = "sha256-8+qS6fR/5oYHP1QhoHfByQ7AayYPYVg4xEtF3617aJM=";
subPackages = [ "apps/cnspec" ];