Skip to content

Commit b4f2fc5

Browse files
committed
1 parent 3ca2ced commit b4f2fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/en/ente-auth/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ let
1717
in
1818
flutter324.buildFlutterApplication rec {
1919
pname = "ente-auth";
20-
version = "4.2.4";
20+
version = "4.2.8";
2121

2222
src = fetchFromGitHub {
2323
owner = "ente-io";
2424
repo = "ente";
2525
sparseCheckout = [ "auth" ];
2626
tag = "auth-v${version}";
27-
hash = "sha256-bjFCmMPD983iY6X3lFSeQXmVArSMw80yAW5D6Viwofs=";
27+
hash = "sha256-1vIM2MrQF0DO+5SEzIAUeZxOks6PKs3kkTdc09aCk2A=";
2828
};
2929

3030
sourceRoot = "${src.name}/auth";

0 commit comments

Comments
 (0)