Unverified Commit 1b8f0e69 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

fyne: 1.7.0 -> 1.7.1 (#516008)

parents 6bed97e8 a5f248cf
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 ];