about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-30 01:15:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-30 01:15:47 +0000
commit5b809c2f2fbd8118742e02edf0121c865282c53b (patch)
tree79ef56c6ef30b4ceefeab27fd3e0bfc83919d689
parent58c85835512b0db938600b6fe13cc3e3dc4b364e (diff)
crowdsec: 1.5.1 -> 1.5.2
-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 08e418395a551..5ef11a7b60ebd 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.1";
+  version = "1.5.2";
 
   src = fetchFromGitHub {
     owner = "crowdsecurity";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-Z2msr8I5VqY4c5DBFlh9oMg68SSexiN9pgZuJdYnXVQ=";
+    hash = "sha256-260+XsRn3Mm/zCSvfEcBQ6j715KV4t1Z0CvXdriDzCs=";
   };
 
-  vendorHash = "sha256-T0gJIJDZzzOuYGNL+b6TriQsKQnAQ6JczkiAvJo1tfc=";
+  vendorHash = "sha256-Mto0X/LMwWU10cmC2bjzX4lzp9t+nEgsWRP3JGkl++A=";
 
   nativeBuildInputs = [ installShellFiles ];