We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca2ced commit b4f2fc5Copy full SHA for b4f2fc5
pkgs/by-name/en/ente-auth/package.nix
@@ -17,14 +17,14 @@ let
17
in
18
flutter324.buildFlutterApplication rec {
19
pname = "ente-auth";
20
- version = "4.2.4";
+ version = "4.2.8";
21
22
src = fetchFromGitHub {
23
owner = "ente-io";
24
repo = "ente";
25
sparseCheckout = [ "auth" ];
26
tag = "auth-v${version}";
27
- hash = "sha256-bjFCmMPD983iY6X3lFSeQXmVArSMw80yAW5D6Viwofs=";
+ hash = "sha256-1vIM2MrQF0DO+5SEzIAUeZxOks6PKs3kkTdc09aCk2A=";
28
};
29
30
sourceRoot = "${src.name}/auth";
0 commit comments