cnspec: 12.8.0 -> 12.9.0

This commit is contained in:
R. Ryantm
2025-11-16 23:26:31 +00:00
parent 5dec4550e8
commit 75618edbaf

View File

@@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnspec";
version = "12.8.0";
version = "12.9.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
tag = "v${version}";
hash = "sha256-9vGqElva4sS0uV2Be1WV9dW2bLYNOFZRB3wF3rSassM=";
hash = "sha256-90bM85hKI1XOxdHsVstzJANnWJEhTmmDzzUqL3qx9n4=";
};
proxyVendor = true;
vendorHash = "sha256-aEiHnYEJGg+kTUN2k9GKUtSaNpdQio5OsEJ8EnbxPLk=";
vendorHash = "sha256-Jf5R5Bz6VgPON49qrrV0Pyd42NfTImSFX0TATT+udOM=";
subPackages = [ "apps/cnspec" ];