e1mo 2024-02-27 23:39:51 +01:00
parent 4fddc9be4e
commit 14323d2766
No known key found for this signature in database
GPG Key ID: 1D5D79A439E787F1
1 changed files with 4 additions and 4 deletions

View File

@ -3,13 +3,13 @@ let
generic = { modRoot, vendorHash }:
buildGoModule rec {
pname = "bird-lg-${modRoot}";
version = "1.3.1";
version = "1.3.5";
src = fetchFromGitHub {
owner = "xddxdd";
repo = "bird-lg-go";
rev = "v${version}";
hash = "sha256-ROMwgsKroxd9qkKX8ZoOuazBrnZytcTAPT9hR/v6a04=";
hash = "sha256-lWpTIuN+wCSDBHmpRIfVG8Z1Qx1s55MnJomQPjczB5k=";
};
doDist = false;
@ -35,12 +35,12 @@ let
bird-lg-frontend = generic {
modRoot = "frontend";
vendorHash = "sha256-yyH6McVzU0Qiod3yP5pGlF36fJQlf4g52wfDAem6KWs=";
vendorHash = "sha256-+M9Mlqck2E/ETW+NXsKwIeWlmZAaBU07fgDhKUU9PAI=";
};
bird-lg-proxy = generic {
modRoot = "proxy";
vendorHash = "sha256-JfHvDIVKQ7jdPocuh6AOwSQmP+a0/hXYrt5Ap/pEjug=";
vendorHash = "sha256-nBTLQUX68f98D0RTlyX0gnvhQ+bu8d3Vv67J/YoXJxs=";
};
in
symlinkJoin {