ente-auth: 4.2.2 -> 4.2.3 (#371861)

Co-authored-by: niklaskorz <niklaskorz@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-08 09:49:26 +00:00
committed by GitHub
co-authored by niklaskorz
+2 -2
View File
@@ -17,14 +17,14 @@ let
in
flutter324.buildFlutterApplication rec {
pname = "ente-auth";
version = "4.2.2";
version = "4.2.3";
src = fetchFromGitHub {
owner = "ente-io";
repo = "ente";
sparseCheckout = [ "auth" ];
tag = "auth-v${version}";
hash = "sha256-pg2ivtTsMtDRNmxp2SQwI2n94qg60q8JfIWoO/rEUJE=";
hash = "sha256-G+uSEEJUD8mq8d7FJRKSHjpcFsILZJmtpgBmtpQYP58=";
};
sourceRoot = "${src.name}/auth";