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

crowdsec: 1.4.2 -> 1.4.3
This commit is contained in:
figsoda 2022-12-07 20:03:36 -05:00 committed by GitHub
commit 7af4851db5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "crowdsec";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "crowdsecurity";
repo = pname;
rev = "v${version}";
hash = "sha256-hL3+hTOuwcbxiVZeq9oZjfKI1TJJt64g+74NolA3Drc=";
hash = "sha256-joLnKWKJR4XSoGTTx5xIKB8OH3EwSJbjEArYsPaVAOk=";
};
vendorHash = "sha256-FPsoufB9UDgBDIE3yUq4doBse3qgjP19ussYnMAxntk=";