Unverified Commit 673033d7 authored by Luke Granger-Brown's avatar Luke Granger-Brown Committed by GitHub
Browse files

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

parents 8aed22ec 8ff9d62e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; };