about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-11-03 22:48:38 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-11-03 22:48:38 +0100
commite458ccdf40a9ae6774422d74a37a894f758910d2 (patch)
treeecb708e00d5f1bd859f2f90572f28d7428c0ecc2 /pkgs/tools
parent116a53bea2646eb467e7b2a93e979953ceefead9 (diff)
cnspec: 9.5.0 -> 9.5.1
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v9.5.0...v9.5.1

Changelog: https://github.com/mondoohq/cnspec/releases/tag/v9.5.1
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/cnspec/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/cnspec/default.nix b/pkgs/tools/security/cnspec/default.nix
index 0f4c544f8f486..4e0782c752dee 100644
--- a/pkgs/tools/security/cnspec/default.nix
+++ b/pkgs/tools/security/cnspec/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "cnspec";
-  version = "9.5.0";
+  version = "9.5.1";
 
   src = fetchFromGitHub {
     owner = "mondoohq";
     repo = "cnspec";
     rev = "refs/tags/v${version}";
-    hash = "sha256-XDsZyDTULetUnV0zFn6ZhP/2MJN0gs/HlvWmdeTa0NU=";
+    hash = "sha256-nQ6Dd87ZkA+DPUtLnL83+jGcBNOoO6jmqtQXoynMS+8=";
   };
 
   proxyVendor = true;