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

This commit is contained in:
Donovan Glover
2025-01-18 12:02:07 +00:00
committed by GitHub
+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";