Unverified Commit d60225ce authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

ente-auth: 4.2.4 -> 4.2.8 (#374609)

parents d82aa56c b4f2fc5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@ let
in
flutter324.buildFlutterApplication rec {
  pname = "ente-auth";
  version = "4.2.4";
  version = "4.2.8";

  src = fetchFromGitHub {
    owner = "ente-io";
    repo = "ente";
    sparseCheckout = [ "auth" ];
    tag = "auth-v${version}";
    hash = "sha256-bjFCmMPD983iY6X3lFSeQXmVArSMw80yAW5D6Viwofs=";
    hash = "sha256-1vIM2MrQF0DO+5SEzIAUeZxOks6PKs3kkTdc09aCk2A=";
  };

  sourceRoot = "${src.name}/auth";