Unverified Commit 80fda064 authored by Luke Granger-Brown's avatar Luke Granger-Brown Committed by GitHub
Browse files

yubioath-flutter: 7.2.3 -> 7.3.0 (#447416)

parents 6aa81bcb bf2e0d4e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
  lib,
  flutter332,
  flutter335,
  python3,
  fetchFromGitHub,
  pcre2,
@@ -17,15 +17,15 @@
  gitUpdater,
}:

flutter332.buildFlutterApplication rec {
flutter335.buildFlutterApplication rec {
  pname = "yubioath-flutter";
  version = "7.2.3";
  version = "7.3.0";

  src = fetchFromGitHub {
    owner = "Yubico";
    repo = "yubioath-flutter";
    tag = version;
    hash = "sha256-n7BfstsuOTv8d16Y5oE/LDqlj0nVs/6196SnLaLN7h4=";
    hash = "sha256-1Hr8ZDHXiLiYfQg4PEpmIuIJR/USbsGCgI4YZSex2Eg=";
  };

  pubspecLock = lib.importJSON ./pubspec.lock.json;
+147 −146

File changed.

Preview size limit exceeded, changes collapsed.