bird-lg: 1.2.0 -> 1.3.0 (#232158)
> - Fix BGPMAP showing wrong preferred protocol name (#75) > - Treat empty environment variables as valid settings (#77) > - Support setting port for WHOIS server on frontend > - Fix lgproxy handling of very long lines from BIRD daemon > - Make lgproxy parse allow IP list at startup https://github.com/xddxdd/bird-lg-go/releases/tag/v1.3.0
This commit is contained in:
@@ -3,13 +3,13 @@ let
|
||||
generic = { modRoot, vendorSha256 }:
|
||||
buildGoModule rec {
|
||||
pname = "bird-lg-${modRoot}";
|
||||
version = "1.2.0";
|
||||
version = "1.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xddxdd";
|
||||
repo = "bird-lg-go";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-Ldp/c1UU5EFnKjlUqQ+Hh6rVEOYEX7kaDL36edr9pNA=";
|
||||
hash = "sha256-VQJHrC9ag697QfCEre1KvwbotfMm8f1otJ6SPg5zRYM=";
|
||||
};
|
||||
|
||||
doDist = false;
|
||||
@@ -32,12 +32,12 @@ let
|
||||
|
||||
bird-lg-frontend = generic {
|
||||
modRoot = "frontend";
|
||||
vendorSha256 = "sha256-lYOi3tfXYhsFaWgikDUoJYRm8sxFNFKiFQMlVx/8AkA=";
|
||||
vendorSha256 = "sha256-4ajQp425SFciTi2DV3ITW4iQkq6kUJFK2BabTTb87Zo=";
|
||||
};
|
||||
|
||||
bird-lg-proxy = generic {
|
||||
modRoot = "proxy";
|
||||
vendorSha256 = "sha256-QHLq4RuQaCMjefs7Vl7zSVgjLMDXvIZcM8d6/B5ECZc=";
|
||||
vendorSha256 = "sha256-o8F3uNGpz1fZr15HCY2PC7xRx9NakmvYrVQKe42ElOA=";
|
||||
};
|
||||
in
|
||||
symlinkJoin {
|
||||
|
||||
Reference in New Issue
Block a user