about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-04 00:58:52 +0100
committerGitHub <noreply@github.com>2023-11-04 00:58:52 +0100
commitdbfcb98b6f8cacfb70441fc51e07d41e30ad8b68 (patch)
treedb7c16a5d4b75e5eb14be4e89124b3ad2a08bcf2 /pkgs/tools
parent5a57031fcc8c9d90331be2fdcb30c15afb89a4bd (diff)
parent5d0c92ba3d257e9c927ba9049cc2ca40b777c759 (diff)
Merge pull request #263172 from r-ryantm/auto-update/crowdsec
crowdsec: 1.5.4 -> 1.5.5
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/crowdsec/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/crowdsec/default.nix b/pkgs/tools/security/crowdsec/default.nix
index 9c3dceda96f6c..ed97dd98c03d2 100644
--- a/pkgs/tools/security/crowdsec/default.nix
+++ b/pkgs/tools/security/crowdsec/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "crowdsec";
-  version = "1.5.4";
+  version = "1.5.5";
 
   src = fetchFromGitHub {
     owner = "crowdsecurity";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-5VwsuPNoAhCvhKUJDUkXnEVLMqHx2M1Nz11VoBASoxU=";
+    hash = "sha256-dE2PeYyC75y9dc84QdhQ6xaLMPdPWtPDse2sY5bFGwU=";
   };
 
-  vendorHash = "sha256-6ODcb7UQPgM5n5RPN4AdkrY3+vlu+GXlUfrlTePywyY=";
+  vendorHash = "sha256-hvandF9LPh1g4zIgmNIyId2YhqHU4RPKHGCtJI9aoPk=";
 
   nativeBuildInputs = [ installShellFiles ];