fyne: 2.5.1 -> 2.5.2

This commit is contained in:
Greg Hellings 2024-10-15 10:04:56 -05:00
parent 02e5f3cda5
commit d7f1bc95bc

View File

@ -17,16 +17,16 @@
buildGoModule rec {
pname = "fyne";
version = "2.5.1";
version = "2.5.2";
src = fetchFromGitHub {
owner = "fyne-io";
repo = "fyne";
rev = "refs/tags/v${version}";
hash = "sha256-21/52Uub5+l0TcuWZ9QSyckgR1kKNfDvro1CF5QuZWA=";
hash = "sha256-XaD7t1hSv5plDa6QHDTyoWgzvSFMRezvHl47YphXoig=";
};
vendorHash = "sha256-+g11BRf9xRXjtF8InzdTHGOGOf8lJgLKEdBR5DcpEmo=";
vendorHash = "sha256-uV+pbGxAV/uuHV0xl2vPZpgGYRj9/E0rhFtLfCV5rnE=";
nativeBuildInputs = [ pkg-config ];