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

crowdsec: 1.6.1 -> 1.6.2
This commit is contained in:
Peder Bergebakken Sundt 2024-06-10 15:44:26 +02:00 committed by GitHub
commit f1ae16c575
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.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 ];