bird-lg: 1.3.1 -> 1.3.5
The releases in between contain various small addtional features: - https://github.com/xddxdd/bird-lg-go/releases/tag/v1.3.2 - https://github.com/xddxdd/bird-lg-go/releases/tag/v1.3.3 - https://github.com/xddxdd/bird-lg-go/releases/tag/v1.3.4 - https://github.com/xddxdd/bird-lg-go/releases/tag/v1.3.5 - https://github.com/xddxdd/bird-lg-go/releases/tag/v1.3.6
This commit is contained in:
parent
4fddc9be4e
commit
14323d2766
1 changed files with 4 additions and 4 deletions
|
@ -3,13 +3,13 @@ let
|
||||||
generic = { modRoot, vendorHash }:
|
generic = { modRoot, vendorHash }:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "bird-lg-${modRoot}";
|
pname = "bird-lg-${modRoot}";
|
||||||
version = "1.3.1";
|
version = "1.3.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xddxdd";
|
owner = "xddxdd";
|
||||||
repo = "bird-lg-go";
|
repo = "bird-lg-go";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ROMwgsKroxd9qkKX8ZoOuazBrnZytcTAPT9hR/v6a04=";
|
hash = "sha256-lWpTIuN+wCSDBHmpRIfVG8Z1Qx1s55MnJomQPjczB5k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
doDist = false;
|
doDist = false;
|
||||||
|
@ -35,12 +35,12 @@ let
|
||||||
|
|
||||||
bird-lg-frontend = generic {
|
bird-lg-frontend = generic {
|
||||||
modRoot = "frontend";
|
modRoot = "frontend";
|
||||||
vendorHash = "sha256-yyH6McVzU0Qiod3yP5pGlF36fJQlf4g52wfDAem6KWs=";
|
vendorHash = "sha256-+M9Mlqck2E/ETW+NXsKwIeWlmZAaBU07fgDhKUU9PAI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
bird-lg-proxy = generic {
|
bird-lg-proxy = generic {
|
||||||
modRoot = "proxy";
|
modRoot = "proxy";
|
||||||
vendorHash = "sha256-JfHvDIVKQ7jdPocuh6AOwSQmP+a0/hXYrt5Ap/pEjug=";
|
vendorHash = "sha256-nBTLQUX68f98D0RTlyX0gnvhQ+bu8d3Vv67J/YoXJxs=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
symlinkJoin {
|
symlinkJoin {
|
||||||
|
|
Loading…
Reference in a new issue