Merge pull request #209672 from fabaff/crowdsec-bump

crowdsec: 1.4.3 -> 1.4.4
This commit is contained in:
Fabian Affolter 2023-01-08 17:04:40 +01:00 committed by GitHub
commit c5522a6a84
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.3";
version = "1.4.4";
src = fetchFromGitHub {
owner = "crowdsecurity";
repo = pname;
rev = "v${version}";
hash = "sha256-joLnKWKJR4XSoGTTx5xIKB8OH3EwSJbjEArYsPaVAOk=";
hash = "sha256-XzIgkGL/G3nCRX+L5U2gM1ZEzddd6hanwaWJmn9uKzc=";
};
vendorHash = "sha256-FPsoufB9UDgBDIE3yUq4doBse3qgjP19ussYnMAxntk=";