fyne: 1.7.0 -> 1.7.1

This commit is contained in:
R. Ryantm
2026-05-03 00:49:51 +00:00
parent e9d5d59199
commit a5f248cffe

View File

@@ -16,17 +16,17 @@
buildGoModule (finalAttrs: {
pname = "fyne";
# This is the current latest version
# version "1.26.1" was a typo of "1.7.0" - maybe, don't "upgrade" to it
version = "1.7.0";
# version "1.26.1" was a typo of "1.7.1" - maybe, don't "upgrade" to it
version = "1.7.1";
src = fetchFromGitHub {
owner = "fyne-io";
repo = "tools";
rev = "v${finalAttrs.version}";
hash = "sha256-x2OfiFn5VHE3OrlfSMUQY1mckdnCcDpq1vqLmRi6yAg=";
hash = "sha256-NmO0AtD2lJMBOnlgFm6dXRp6NWMuyAIlckYLHugeJ1Q=";
};
vendorHash = "sha256-J5JxKN0i5nbLTBgwZ5HJPFiqHd7yvP+YkyvPteD2xF0=";
vendorHash = "sha256-pTVl9NMqoLqRYrNFWSoagpELwbsW7t5kHYo+fEFQie0=";
nativeBuildInputs = [ pkg-config ];