Merge pull request #313587 from fabaff/cnspec-bump

cnspec: 11.4.3 -> 11.5.0
This commit is contained in:
Fabian Affolter 2024-05-22 13:54:58 +02:00 committed by GitHub
commit 22ccebbea7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnspec";
version = "11.4.3";
version = "11.5.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-vLkGysRhcSzSu++p71hZLbA0RNCDcukC3HqPrUugd/s=";
hash = "sha256-MQrWZ3nFE/gEU7/AoSIr91LMteo/+68MDwiJBxiosvM=";
};
proxyVendor = true;
vendorHash = "sha256-wL0cXNfJ8qyonUQRE7w2cRoqGLa6NGhv3EPFie/9/Z4=";
vendorHash = "sha256-1ytyebfUyeAQcx1HPxn6X0p4t5VlB4uflZJF1f+HhPU=";
subPackages = [ "apps/cnspec" ];