Skip to content

Commit

Permalink
[Backport release-24.11] ente-auth: 4.2.2 -> 4.2.3 (#372085)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Jan 10, 2025
2 parents 10c020e + 534248a commit 96132f0
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.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";
Expand Down

0 comments on commit 96132f0

Please sign in to comment.