fyne: 2.5.3 -> 2.5.4 (#379973)

Co-authored-by: greg-hellings <greg-hellings@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-07 03:51:51 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
buildGoModule rec {
pname = "fyne";
version = "2.5.3";
version = "2.5.4";
src = fetchFromGitHub {
owner = "fyne-io";
repo = "fyne";
tag = "v${version}";
hash = "sha256-DSJZMsvAs1hB1nv5B36yjSSSdw/VaextWw8lchCQ38E=";
hash = "sha256-rAGB7lPbqkRG7BeGiFeREBUvvzk/bLR+wlipV+cFGkU=";
};
vendorHash = "sha256-X6K7IV+yjKXw/1A5HikS0T8rtrn7gLZM2d0VoyIdOT4=";