[Backport release-25.05] ente-auth: 4.4.3 -> 4.4.4 (#435529)

This commit is contained in:
Niklas Korz
2025-08-21 15:09:21 +02:00
committed by GitHub

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";