Skip to content

Commit

Permalink
ente-auth: 4.2.3 -> 4.2.4
Browse files Browse the repository at this point in the history
(cherry picked from commit 4e79bd3)
  • Loading branch information
gepbird authored and github-actions[bot] committed Jan 11, 2025
1 parent 56571f1 commit ee65aa4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 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.3";
version = "4.2.4";

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

sourceRoot = "${src.name}/auth";
Expand Down
14 changes: 12 additions & 2 deletions pkgs/by-name/en/ente-auth/pubspec.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -561,11 +561,11 @@
"dependency": "direct main",
"description": {
"name": "file_picker",
"sha256": "167bb619cdddaa10ef2907609feb8a79c16dfa479d3afaf960f8e223f754bf12",
"sha256": "c904b4ab56d53385563c7c39d8e9fa9af086f91495dfc48717ad84a42c3cf204",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "8.1.2"
"version": "8.1.7"
},
"file_saver": {
"dependency": "direct main",
Expand Down Expand Up @@ -1623,6 +1623,16 @@
"source": "hosted",
"version": "4.1.0"
},
"scan": {
"dependency": "direct main",
"description": {
"name": "scan",
"sha256": "b343ec36f863a88d41eb4c174b810c055c6bd1f1822b2188ab31aab684fb7cdb",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.6.0"
},
"screen_retriever": {
"dependency": "transitive",
"description": {
Expand Down

0 comments on commit ee65aa4

Please sign in to comment.