mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 09:27:40 +00:00
crowdsec: 1.6.1 -> 1.6.2
This commit is contained in:
parent
3852c7ab26
commit
1f5c2993a5
@ -2,16 +2,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "crowdsec";
|
||||
version = "1.6.1";
|
||||
version = "1.6.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "crowdsecurity";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-CCQDMIBpKmaUSRwyjryTO3YWVIrr6FwW64K+alTrcdw=";
|
||||
hash = "sha256-7E//BhimgHOQ4Plmf1XEXXf7B/fiKRRdl1u3bo8lIn0=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-K38hxWcrYOznXr8eST0xQBL0nNxHMAiGji5rFwAK0Qw=";
|
||||
vendorHash = "sha256-kkQYKiOSmFHjhOrYV40YRZX9w6rUue0NSKfw+Bqxb9s=";
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user