crowdsec: 1.4.2 -> 1.4.3

This commit is contained in:
R. Ryantm 2022-12-07 22:53:44 +00:00
parent 7ea3d4395d
commit 3e1ee6897b

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=";