Skip to content

Commit 80fda06

Browse files
authored
yubioath-flutter: 7.2.3 -> 7.3.0 (NixOS#447416)
2 parents 6aa81bc + bf2e0d4 commit 80fda06

File tree

2 files changed

+151
-150
lines changed

2 files changed

+151
-150
lines changed

pkgs/by-name/yu/yubioath-flutter/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
lib,
3-
flutter332,
3+
flutter335,
44
python3,
55
fetchFromGitHub,
66
pcre2,
@@ -17,15 +17,15 @@
1717
gitUpdater,
1818
}:
1919

20-
flutter332.buildFlutterApplication rec {
20+
flutter335.buildFlutterApplication rec {
2121
pname = "yubioath-flutter";
22-
version = "7.2.3";
22+
version = "7.3.0";
2323

2424
src = fetchFromGitHub {
2525
owner = "Yubico";
2626
repo = "yubioath-flutter";
2727
tag = version;
28-
hash = "sha256-n7BfstsuOTv8d16Y5oE/LDqlj0nVs/6196SnLaLN7h4=";
28+
hash = "sha256-1Hr8ZDHXiLiYfQg4PEpmIuIJR/USbsGCgI4YZSex2Eg=";
2929
};
3030

3131
pubspecLock = lib.importJSON ./pubspec.lock.json;

0 commit comments

Comments
 (0)