Unverified Commit f16557b2 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

fyne: 1.6.2 -> 1.7.0 (#452804)

parents df10bb4d ad0eff2f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -16,17 +16,17 @@
buildGoModule rec {
  pname = "fyne";
  # 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.6.2";
  # version "1.26.1" was a typo of "1.7.0" - maybe, don't "upgrade" to it
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "fyne-io";
    repo = "tools";
    rev = "v${version}";
    hash = "sha256-N5v1oytSwRHE631KQDHTulUAqs/Jlr8YJqE8wy+Ygdk=";
    hash = "sha256-x2OfiFn5VHE3OrlfSMUQY1mckdnCcDpq1vqLmRi6yAg=";
  };

  vendorHash = "sha256-LU3UkWHsf0Qt6w5tNIz11ubI+OIWkbtqqSlcoYJVFZU=";
  vendorHash = "sha256-J5JxKN0i5nbLTBgwZ5HJPFiqHd7yvP+YkyvPteD2xF0=";

  nativeBuildInputs = [ pkg-config ];