yubioath-flutter: 7.1.0 -> 7.1.1 (#352448)

This commit is contained in:
Luke Granger-Brown 2024-11-10 19:36:35 +00:00 committed by GitHub
commit 673033d742
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; };