about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-06-10 15:44:26 +0200
committerGitHub <noreply@github.com>2024-06-10 15:44:26 +0200
commitf1ae16c575f8bb3dec613a2a30d0c45cf2c768e1 (patch)
tree6d66eb500a02e98e49f55c5145a03f285e29ddcc /pkgs/tools
parent8a9a6c764e378813aba0ecab703aeda72bcc2d74 (diff)
parent326517a5290c34e0cc4da564825a7193a692f2b0 (diff)
Merge pull request #316048 from r-ryantm/auto-update/crowdsec
crowdsec: 1.6.1 -> 1.6.2
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/crowdsec/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/security/crowdsec/default.nix b/pkgs/tools/security/crowdsec/default.nix
index eb3c3cd229e5b..d53fbce808008 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.6.1";
+  version = "1.6.2";
 
   src = fetchFromGitHub {
     owner = "crowdsecurity";
     repo = pname;
-    rev = "v${version}";
-    hash = "sha256-CCQDMIBpKmaUSRwyjryTO3YWVIrr6FwW64K+alTrcdw=";
+    rev = "refs/tags/v${version}";
+    hash = "sha256-3GpSpADtCNvekR7gjbIlqzog7PMog6Sra5tpcnUf/gk=";
   };
 
-  vendorHash = "sha256-K38hxWcrYOznXr8eST0xQBL0nNxHMAiGji5rFwAK0Qw=";
+  vendorHash = "sha256-kkQYKiOSmFHjhOrYV40YRZX9w6rUue0NSKfw+Bqxb9s=";
 
   nativeBuildInputs = [ installShellFiles ];