fyne: 1.6.2 -> 1.7.0 (#452804)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-17 13:26:43 +00:00
committed by GitHub
+4 -4
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 ];