Skip to content

Commit 13214a8

Browse files
committed
fyne: 1.26.1 -> 1.6.2
* This hot fix release resolves only the compile issue with Go v1.25.0 caused by golang.org/x/tools conflict I don't know why this is the upgrade version path, but it IS the correct versioning: https://github.com/fyne-io/tools/tags
1 parent 29df271 commit 13214a8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkgs/by-name/fy/fyne/package.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,18 @@
1515

1616
buildGoModule rec {
1717
pname = "fyne";
18-
version = "1.26.1";
18+
# This is the current latest version
19+
# version "1.26.1" was a typo of "1.6.2" - maybe, don't "upgrade" to it
20+
version = "1.6.2";
1921

2022
src = fetchFromGitHub {
2123
owner = "fyne-io";
2224
repo = "tools";
2325
rev = "v${version}";
24-
hash = "sha256-eBwbXyhI1s4se7krzTemoSehgSXN7mht70q8mk+yGoM=";
26+
hash = "sha256-N5v1oytSwRHE631KQDHTulUAqs/Jlr8YJqE8wy+Ygdk=";
2527
};
2628

27-
vendorHash = "sha256-7B0PCKMfLULmqzIlNFeXhOUThnWSe9+gRhpswbiwLP4=";
29+
vendorHash = "sha256-LU3UkWHsf0Qt6w5tNIz11ubI+OIWkbtqqSlcoYJVFZU=";
2830

2931
nativeBuildInputs = [ pkg-config ];
3032

0 commit comments

Comments
 (0)