mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
fyne: 1.7.0 -> 1.7.1
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user