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

crowdsec: 1.5.4 -> 1.5.5
This commit is contained in:
Weijia Wang 2023-11-04 00:58:52 +01:00 committed by GitHub
commit dbfcb98b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "crowdsec";
version = "1.5.4";
version = "1.5.5";
src = fetchFromGitHub {
owner = "crowdsecurity";
repo = pname;
rev = "v${version}";
hash = "sha256-5VwsuPNoAhCvhKUJDUkXnEVLMqHx2M1Nz11VoBASoxU=";
hash = "sha256-dE2PeYyC75y9dc84QdhQ6xaLMPdPWtPDse2sY5bFGwU=";
};
vendorHash = "sha256-6ODcb7UQPgM5n5RPN4AdkrY3+vlu+GXlUfrlTePywyY=";
vendorHash = "sha256-hvandF9LPh1g4zIgmNIyId2YhqHU4RPKHGCtJI9aoPk=";
nativeBuildInputs = [ installShellFiles ];