We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aa81bc + bf2e0d4 commit 80fda06Copy full SHA for 80fda06
pkgs/by-name/yu/yubioath-flutter/package.nix
@@ -1,6 +1,6 @@
1
{
2
lib,
3
- flutter332,
+ flutter335,
4
python3,
5
fetchFromGitHub,
6
pcre2,
@@ -17,15 +17,15 @@
17
gitUpdater,
18
}:
19
20
-flutter332.buildFlutterApplication rec {
+flutter335.buildFlutterApplication rec {
21
pname = "yubioath-flutter";
22
- version = "7.2.3";
+ version = "7.3.0";
23
24
src = fetchFromGitHub {
25
owner = "Yubico";
26
repo = "yubioath-flutter";
27
tag = version;
28
- hash = "sha256-n7BfstsuOTv8d16Y5oE/LDqlj0nVs/6196SnLaLN7h4=";
+ hash = "sha256-1Hr8ZDHXiLiYfQg4PEpmIuIJR/USbsGCgI4YZSex2Eg=";
29
};
30
31
pubspecLock = lib.importJSON ./pubspec.lock.json;
0 commit comments