bird-lg: 1.4.4 -> 1.4.5

This commit is contained in:
R. Ryantm
2026-05-08 18:24:07 +00:00
parent 31b31814e8
commit e31eec3899
+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;