fyne: 1.7.1 -> 1.7.2

Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
This commit is contained in:
R. Ryantm
2026-06-13 21:31:01 -04:00
committed by Michael Daniels
co-authored by Michael Daniels
parent cbb5cf358f
commit 419ff7b2ce
+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 ];