fyne: 1.7.1 -> 1.7.2 (#528821)

This commit is contained in:
Michael Daniels
2026-06-14 01:36:08 +00:00
committed by GitHub
+3 -5
View File
@@ -15,18 +15,16 @@
buildGoModule (finalAttrs: {
pname = "fyne";
# This is the current latest version
# version "1.26.1" was a typo of "1.7.1" - maybe, don't "upgrade" to it
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "fyne-io";
repo = "tools";
rev = "v${finalAttrs.version}";
hash = "sha256-NmO0AtD2lJMBOnlgFm6dXRp6NWMuyAIlckYLHugeJ1Q=";
hash = "sha256-kLhh44zRYEPD6kwh+DHaRYidbV+YWq9Tc0yB3f290Z4=";
};
vendorHash = "sha256-pTVl9NMqoLqRYrNFWSoagpELwbsW7t5kHYo+fEFQie0=";
vendorHash = "sha256-EzwSZDq3s74ohGk0s9NV5RwSFqlUA5AFM8DvKSZeXnM=";
nativeBuildInputs = [ pkg-config ];