fyne: 1.6.2 -> 1.7.0

This commit is contained in:
R. Ryantm
2025-10-17 03:22:28 +00:00
parent 5d1f6df5e1
commit ad0eff2f83

View File

@@ -16,17 +16,17 @@
buildGoModule rec {
pname = "fyne";
# This is the current latest version
# version "1.26.1" was a typo of "1.6.2" - maybe, don't "upgrade" to it
version = "1.6.2";
# version "1.26.1" was a typo of "1.7.0" - maybe, don't "upgrade" to it
version = "1.7.0";
src = fetchFromGitHub {
owner = "fyne-io";
repo = "tools";
rev = "v${version}";
hash = "sha256-N5v1oytSwRHE631KQDHTulUAqs/Jlr8YJqE8wy+Ygdk=";
hash = "sha256-x2OfiFn5VHE3OrlfSMUQY1mckdnCcDpq1vqLmRi6yAg=";
};
vendorHash = "sha256-LU3UkWHsf0Qt6w5tNIz11ubI+OIWkbtqqSlcoYJVFZU=";
vendorHash = "sha256-J5JxKN0i5nbLTBgwZ5HJPFiqHd7yvP+YkyvPteD2xF0=";
nativeBuildInputs = [ pkg-config ];