Skip to content

Commit 059f9f4

Browse files
authored
yubioath-flutter: 7.2.2 -> 7.2.3 (NixOS#423100)
2 parents 2c1d847 + d4a38ad commit 059f9f4

File tree

2 files changed

+91
-81
lines changed

2 files changed

+91
-81
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
flutter332.buildFlutterApplication rec {
2121
pname = "yubioath-flutter";
22-
version = "7.2.2";
22+
version = "7.2.3";
2323

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

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

0 commit comments

Comments
 (0)