yubioath-flutter: 7.1.0 -> 7.1.1

This commit is contained in:
R. Ryantm
2024-10-30 19:26:25 +00:00
committed by Weijia Wang
parent 1546e0871c
commit 8ff9d62e81

View File

@@ -13,13 +13,13 @@
flutter324.buildFlutterApplication rec {
pname = "yubioath-flutter";
version = "7.1.0";
version = "7.1.1";
src = fetchFromGitHub {
owner = "Yubico";
repo = "yubioath-flutter";
rev = version;
hash = "sha256-sAs/tglLt1igovtfs07+7G5/xeMcQgfR9G4b7VzyDVY=";
hash = "sha256-MpY6yJvGBaFiEwuGEme2Uvyi5INCYhZJHyaRpC9pCuk=";
};
passthru.helper = python3.pkgs.callPackage ./helper.nix { inherit src version meta; };