about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-03-20 06:26:45 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-03-20 06:26:45 +0100
commit9dac5a481eaebe5295d61d159345a2105e9b21c8 (patch)
tree2ed6e557c330efdd75fdbe136b0e6d0c990faa88 /pkgs/tools
parent1cc3891e4fddc1e27421a2c6ab3a78eabf2d9036 (diff)
cnspec: 10.8.0 -> 10.8.2
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v10.8.0...v10.8.2

Changelog: https://github.com/mondoohq/cnspec/releases/tag/v10.8.2
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 9114c52a052a0..e01d1155a980f 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.8.0";
+  version = "10.8.2";
 
   src = fetchFromGitHub {
     owner = "mondoohq";
     repo = "cnspec";
     rev = "refs/tags/v${version}";
-    hash = "sha256-EfVbYIGkjH0tHaMgnoyAGw7ZlAPVBlhbKTjryFRBF1A=";
+    hash = "sha256-F38qymDYAV2hc1jKrnyot6rk/vDPAvH+DP/JhucmZkE=";
   };
 
   proxyVendor = true;
 
-  vendorHash = "sha256-xrWGILBxZEoNi4PHG1vixLpOVaW0LRKkTkJsx5mWBns=";
+  vendorHash = "sha256-w8iGRPnYbyNeHZ+cOA6K4GJdsIyES5zC3A70r9BEFuY=";
 
   subPackages = [
     "apps/cnspec"