about summary refs log tree commit diff
path: root/pkgs/tools/security/cyclonedx-gomod
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-07 01:10:19 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-07 01:10:19 +0000
commitb39b054e736864bc3a85230583873005af4cffe5 (patch)
tree9018ac14b05f39f68c5cd6ced0ca9c1e06bed881 /pkgs/tools/security/cyclonedx-gomod
parentf6eb921406a79870e1c41b9b629d87a7b46711e2 (diff)
cyclonedx-gomod: 1.6.0 -> 1.7.0
Diffstat (limited to 'pkgs/tools/security/cyclonedx-gomod')
-rw-r--r--pkgs/tools/security/cyclonedx-gomod/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/cyclonedx-gomod/default.nix b/pkgs/tools/security/cyclonedx-gomod/default.nix
index 1a00303ac96f4..612dc28387d5b 100644
--- a/pkgs/tools/security/cyclonedx-gomod/default.nix
+++ b/pkgs/tools/security/cyclonedx-gomod/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "cyclonedx-gomod";
-  version = "1.6.0";
+  version = "1.7.0";
 
   src = fetchFromGitHub {
     owner = "CycloneDX";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-3YHlh7edRWU8plAJh96RDkrC9YUQjvV4vNGOxmbS0sA=";
+    hash = "sha256-RM8ZH1mO+72ptoU7YKXlCZAyDhYZ7MFXyDYrqBQwsDI=";
   };
 
-  vendorHash = "sha256-0Fx9pOofcY5rpX6DU2xPeg7xEZ8ows/DWwyV5B7LHGY=";
+  vendorHash = "sha256-1ibMneSOYs5C6Ul8m/rVXVFBJHZrH1D5eWRwVVJ6a+A=";
 
   # Tests require network access and cyclonedx executable
   doCheck = false;