forked from mirrors/nixpkgs
crowdsec: 1.4.3 -> 1.4.4
Diff: https://github.com/crowdsecurity/crowdsec/compare/v1.4.3...v1.4.4 Changelog: https://github.com/crowdsecurity/crowdsec/releases/tag/v1.4.4
This commit is contained in:
parent
f605337abc
commit
4b2f36fc9f
|
@ -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=";
|
||||
|
|
Loading…
Reference in a new issue