Skip to content

Commit

Permalink
ente-auth: 4.2.4 -> 4.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cything authored and github-actions[bot] committed Jan 18, 2025
1 parent 58e7db0 commit a93d85c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/en/ente-auth/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ let
in
flutter324.buildFlutterApplication rec {
pname = "ente-auth";
version = "4.2.4";
version = "4.2.8";

src = fetchFromGitHub {
owner = "ente-io";
repo = "ente";
sparseCheckout = [ "auth" ];
tag = "auth-v${version}";
hash = "sha256-bjFCmMPD983iY6X3lFSeQXmVArSMw80yAW5D6Viwofs=";
hash = "sha256-1vIM2MrQF0DO+5SEzIAUeZxOks6PKs3kkTdc09aCk2A=";
};

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

0 comments on commit a93d85c

Please sign in to comment.