bird-lg: 1.3.5 -> 1.3.8

Changes (as per the release notes):

- v1.3.6: Show dynamic BGP sessions without any color
- v1.3.7: No functionality change
- v1.3.8: Fix displaying Chinese characters and special characters
  (`<`, `>`, `&`) in BGPmap graph
This commit is contained in:
e1mo
2025-03-28 15:33:34 +01:00
parent 73b675b611
commit 7052141f53
+4 -4
View File
@@ -9,13 +9,13 @@ let
{ modRoot, vendorHash }:
buildGoModule rec {
pname = "bird-lg-${modRoot}";
version = "1.3.5";
version = "1.3.8";
src = fetchFromGitHub {
owner = "xddxdd";
repo = "bird-lg-go";
rev = "v${version}";
hash = "sha256-lWpTIuN+wCSDBHmpRIfVG8Z1Qx1s55MnJomQPjczB5k=";
hash = "sha256-j81cfHqXNsTM93ofxXz+smkjN8OdJXxtm9z5LdzC+r8=";
};
doDist = false;
@@ -41,12 +41,12 @@ let
bird-lg-frontend = generic {
modRoot = "frontend";
vendorHash = "sha256-+M9Mlqck2E/ETW+NXsKwIeWlmZAaBU07fgDhKUU9PAI=";
vendorHash = "sha256-luJuIZ0xN8mdtWwTlfEDnAwMgt+Tzxlk2ZIDPIwHpcY=";
};
bird-lg-proxy = generic {
modRoot = "proxy";
vendorHash = "sha256-nBTLQUX68f98D0RTlyX0gnvhQ+bu8d3Vv67J/YoXJxs=";
vendorHash = "sha256-OVyfPmLTHV5RFdLgRHEH/GqxuG5MnGt9Koz0DxpSg+4=";
};
in
symlinkJoin {