ente-auth: 4.4.3 -> 4.4.4

Changelog: https://github.com/ente-io/ente/releases/tag/auth-v4.4.4
This commit is contained in:
botnk
2025-08-21 01:40:53 +00:00
parent b0f3f1c507
commit 25a2995ae1
+2 -2
View File
@@ -18,14 +18,14 @@ let
in
flutter324.buildFlutterApplication rec {
pname = "ente-auth";
version = "4.4.3";
version = "4.4.4";
src = fetchFromGitHub {
owner = "ente-io";
repo = "ente";
sparseCheckout = [ "mobile/apps/auth" ];
tag = "auth-v${version}";
hash = "sha256-6LTGmSCMlLynYtYCsJiALsRMm9vLUD9HaGnfHu0r6Rw=";
hash = "sha256-VpxF6BMofCgMWcxsscbYC3uYse0QZyTBf84zN03leC4=";
};
sourceRoot = "${src.name}/mobile/apps/auth";