bird-lg: 1.4.4 -> 1.4.5 (#518149)

This commit is contained in:
Nick Cao
2026-05-08 19:44:08 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@ let
{ modRoot, vendorHash }:
buildGoModule rec {
pname = "bird-lg-${modRoot}";
version = "1.4.4";
version = "1.4.5";
src = fetchFromGitHub {
owner = "xddxdd";
repo = "bird-lg-go";
rev = "v${version}";
hash = "sha256-60QyqilUI0yNCTZrCyUZhQYFio0gP/Z5Lcb3btlQRaE=";
hash = "sha256-xKDpaGnMv8e2OKV3547d7Jsq3VFNwayhCL2dGKVYSZM=";
};
doDist = false;