cnspec: 11.47.1 -> 11.48.0

This commit is contained in:
R. Ryantm 2025-04-01 14:36:08 +00:00
parent 295421991b
commit 4a622b585d

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnspec";
version = "11.47.1";
version = "11.48.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
tag = "v${version}";
hash = "sha256-y6eycpBrPK1N4lOaaJZFMXpGNFsqt98qTi26Ys01D5k=";
hash = "sha256-6U4Q4ihPJXZJxxl5/hmfSURxsHnLsi8+aLivdYdwzKE=";
};
proxyVendor = true;
vendorHash = "sha256-TjHfPCKIs7k6GkI5c4BMHIw5qVrfDOwx8Z9tJiqUy68=";
vendorHash = "sha256-NWL6MFcjJQno8uUSMjOBqcrqcgRCyqOKYCdEVNgWjOo=";
subPackages = [ "apps/cnspec" ];