about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-12 12:51:28 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-12 12:51:28 +0000
commitf0f0e7743397e30f6807ca788ccaa1e55b726337 (patch)
tree8c9e7cc3832245d7170b360ab8d514bae428be86 /pkgs/tools
parentda05945c74fcb2a7eb8fe49be8803b74b6a17b07 (diff)
downloadnixlib-f0f0e7743397e30f6807ca788ccaa1e55b726337.tar
nixlib-f0f0e7743397e30f6807ca788ccaa1e55b726337.tar.gz
nixlib-f0f0e7743397e30f6807ca788ccaa1e55b726337.tar.bz2
nixlib-f0f0e7743397e30f6807ca788ccaa1e55b726337.tar.lz
nixlib-f0f0e7743397e30f6807ca788ccaa1e55b726337.tar.xz
nixlib-f0f0e7743397e30f6807ca788ccaa1e55b726337.tar.zst
nixlib-f0f0e7743397e30f6807ca788ccaa1e55b726337.zip
cnspec: 10.6.1 -> 10.7.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/cnspec/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/cnspec/default.nix b/pkgs/tools/security/cnspec/default.nix
index d6393efc753e..a91a74f08126 100644
--- a/pkgs/tools/security/cnspec/default.nix
+++ b/pkgs/tools/security/cnspec/default.nix
@@ -5,18 +5,18 @@
 
 buildGoModule rec {
   pname = "cnspec";
-  version = "10.6.1";
+  version = "10.7.0";
 
   src = fetchFromGitHub {
     owner = "mondoohq";
     repo = "cnspec";
     rev = "refs/tags/v${version}";
-    hash = "sha256-wQ11ZHyUh1bSrvWQLTSyOc+EtFp4QS9zcjNz1S+UP7Y=";
+    hash = "sha256-D3/gOrn0iK+AbXOLJgbIz5ocaPl07eb9xVwvtsMrpQc=";
   };
 
   proxyVendor = true;
 
-  vendorHash = "sha256-Z7zPvm3CjHnmGdTvO8ETwgRijcRyGReZ6ba7llOkyME=";
+  vendorHash = "sha256-xiSOw027tIb8r54Z8s41PUN72TQ31xiIufyMLCo06ZM=";
 
   subPackages = [
     "apps/cnspec"