fyne: 1.6.2 -> 1.7.0
This commit is contained in:
@@ -16,17 +16,17 @@
|
|||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "fyne";
|
pname = "fyne";
|
||||||
# This is the current latest version
|
# This is the current latest version
|
||||||
# version "1.26.1" was a typo of "1.6.2" - maybe, don't "upgrade" to it
|
# version "1.26.1" was a typo of "1.7.0" - maybe, don't "upgrade" to it
|
||||||
version = "1.6.2";
|
version = "1.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fyne-io";
|
owner = "fyne-io";
|
||||||
repo = "tools";
|
repo = "tools";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-N5v1oytSwRHE631KQDHTulUAqs/Jlr8YJqE8wy+Ygdk=";
|
hash = "sha256-x2OfiFn5VHE3OrlfSMUQY1mckdnCcDpq1vqLmRi6yAg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-LU3UkWHsf0Qt6w5tNIz11ubI+OIWkbtqqSlcoYJVFZU=";
|
vendorHash = "sha256-J5JxKN0i5nbLTBgwZ5HJPFiqHd7yvP+YkyvPteD2xF0=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user