refactor(update-script): Switch from nvfetcher to updateScript
This commit is contained in:
parent
209c803826
commit
5aefaf67fe
5 changed files with 23 additions and 81 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
sources,
|
||||
fetchFromGitHub,
|
||||
buildGoModule,
|
||||
envsubst,
|
||||
coreutils,
|
||||
|
|
@ -9,7 +9,15 @@ let
|
|||
envsubstBin = lib.getExe envsubst;
|
||||
in
|
||||
buildGoModule {
|
||||
inherit (sources.crowdsec-firewall-bouncer) pname version src;
|
||||
pname = "crowdsec-firewall-bouncer";
|
||||
version = "v0.0.34";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "crowdsecurity";
|
||||
repo = "cs-firewall-bouncer";
|
||||
rev = "v0.0.34";
|
||||
hash = "sha256-lDO9pwPkbI+FDTdXBv03c0p8wbkRUiIDNl1ip3AZo2g=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-SbpclloBgd9vffC0lBduGRqPOqmzQ0J91/KeDHCh0jo=";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue