crowdsec: 1.6.3 -> 1.6.4 (#362186)

This commit is contained in:
Fabian Affolter
2024-12-06 13:33:58 +01:00
committed by GitHub
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "crowdsec";
version = "1.6.3";
version = "1.6.4";
src = fetchFromGitHub {
owner = "crowdsecurity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-JN2siYUUFPSz+SyQwkX6DZ9k82SGHEQ1QHBEIfEV4EM=";
hash = "sha256-U3YnLjsD+Kl/6HD+RPP0gWa4N96X5wkbdCmIrxas1I8=";
};
vendorHash = "sha256-fl5LkRz69QOq4aPyAhMFxw1FWozLzofDBUGvRptuyZY=";
vendorHash = "sha256-PtBVXPbLNdJyS8v8H9eRB6sTPaiseg18+eXToHvH7tw=";
nativeBuildInputs = [ installShellFiles ];