ente-auth: 4.2.4 -> 4.2.8

changelog: https://github.com/ente-io/ente/releases/tag/auth-v4.2.8
This commit is contained in:
cy
2025-01-17 13:43:22 -05:00
parent 3ca2cedac2
commit b4f2fc5c50
+2 -2
View File
@@ -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";