yubioath-flutter: 6.1.0 -> 6.2.0

This commit is contained in:
Alexis Hildebrandt 2023-05-08 14:30:45 +02:00 committed by Luke Granger-Brown
parent ec88b0d080
commit 3a034cb60a

View file

@ -10,13 +10,13 @@
flutter37.buildFlutterApplication rec {
pname = "yubioath-flutter";
version = "6.1.0";
version = "6.2.0";
src = fetchFromGitHub {
owner = "Yubico";
repo = "yubioath-flutter";
rev = version;
sha256 = "sha256-N9/qwC79mG9r+zMPLHSPjNSQ+srGtnXuKsf0ijtH7CI=";
hash = "sha256-NgzijuvyWNl9sFQzq1Jzk1povF8c/rKuVyVKeve+Vic=";
};
passthru.helper = python3.pkgs.callPackage ./helper.nix { inherit src version meta; };