Merge pull request #307491 from r-ryantm/auto-update/crowdsec

crowdsec: 1.6.0 -> 1.6.1
This commit is contained in:
Weijia Wang 2024-05-04 16:13:53 +02:00 committed by GitHub
commit 09965e8b3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "crowdsec";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "crowdsecurity";
repo = pname;
rev = "v${version}";
hash = "sha256-5jK+f6IFPhGit+jxkSLTcWN1+nJRQaCZKpWZYId+2bk=";
hash = "sha256-CCQDMIBpKmaUSRwyjryTO3YWVIrr6FwW64K+alTrcdw=";
};
vendorHash = "sha256-tUvFT+rE58yxNJGhqqwSG0GlGushkUpngxLkmyjjFFY=";
vendorHash = "sha256-K38hxWcrYOznXr8eST0xQBL0nNxHMAiGji5rFwAK0Qw=";
nativeBuildInputs = [ installShellFiles ];