Skip to content

Commit

Permalink
[Backport release-24.11] ente-auth: 4.1.6 -> 4.2.1 (#368558)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Dec 27, 2024
2 parents 3f02dc2 + 3fd30f3 commit 53a2872
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 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.1.6";
version = "4.2.1";

src = fetchFromGitHub {
owner = "ente-io";
repo = "ente";
sparseCheckout = [ "auth" ];
tag = "auth-v${version}";
hash = "sha256-6LsHKK+IvMgxgih0u04dbpzesyQgwLvkGK0a1NcgpTg=";
hash = "sha256-G0CqVZr3aJ1XFaM2bkfeXB1ok6m7kRTamMwWdLm61G8=";
};

sourceRoot = "${src.name}/auth";
Expand Down
32 changes: 21 additions & 11 deletions pkgs/by-name/en/ente-auth/pubspec.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"dependency": "direct main",
"description": {
"name": "app_links",
"sha256": "ad1a6d598e7e39b46a34f746f9a8b011ee147e4c275d407fa457e7a62f84dd99",
"sha256": "433df2e61b10519407475d7f69e470789d23d593f28224c38ba1068597be7950",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "6.3.2"
"version": "6.3.3"
},
"app_links_linux": {
"dependency": "transitive",
Expand Down Expand Up @@ -537,6 +537,16 @@
"source": "hosted",
"version": "2.1.3"
},
"figma_squircle": {
"dependency": "direct main",
"description": {
"name": "figma_squircle",
"sha256": "790b91a9505e90d246f6efe2fa065ff7fffe658c7b44fe9b5b20c7b0ad3818c0",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "0.5.3"
},
"file": {
"dependency": "transitive",
"description": {
Expand Down Expand Up @@ -647,11 +657,11 @@
"dependency": "direct main",
"description": {
"name": "flutter_inappwebview",
"sha256": "93cfcca02bdda4b26cd700cf70d9ddba09d8348e3e8f2857638c23ed23a4fcb4",
"sha256": "80092d13d3e29b6227e25b67973c67c7210bd5e35c4b747ca908e31eb71a46d5",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "6.1.4"
"version": "6.1.5"
},
"flutter_inappwebview_android": {
"dependency": "transitive",
Expand Down Expand Up @@ -717,11 +727,11 @@
"dependency": "transitive",
"description": {
"name": "flutter_inappwebview_windows",
"sha256": "95ebc65aecfa63b2084c822aec6ba0545f0a0afaa3899f2c752ec96c09108db5",
"sha256": "8b4d3a46078a2cdc636c4a3d10d10f2a16882f6be607962dbfff8874d1642055",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "0.5.0+2"
"version": "0.6.0"
},
"flutter_launcher_icons": {
"dependency": "direct main",
Expand Down Expand Up @@ -1217,11 +1227,11 @@
"dependency": "direct main",
"description": {
"name": "logging",
"sha256": "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340",
"sha256": "c8245ada5f1717ed44271ed1c26b8ce85ca3228fd2ffdb75468ab01979309d61",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.2.0"
"version": "1.3.0"
},
"macros": {
"dependency": "transitive",
Expand Down Expand Up @@ -2044,11 +2054,11 @@
"dependency": "direct main",
"description": {
"name": "url_launcher",
"sha256": "21b704ce5fa560ea9f3b525b43601c678728ba46725bab9b01187b4831377ed3",
"sha256": "9d06212b1362abc2f0f0d78e6f09f726608c74e3b9462e8368bb03314aa8d603",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "6.3.0"
"version": "6.3.1"
},
"url_launcher_android": {
"dependency": "transitive",
Expand All @@ -2061,7 +2071,7 @@
"version": "6.3.11"
},
"url_launcher_ios": {
"dependency": "transitive",
"dependency": "direct main",
"description": {
"name": "url_launcher_ios",
"sha256": "e43b677296fadce447e987a2f519dcf5f6d1e527dc35d01ffab4fff5b8a7063e",
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/en/ente-auth/simple-icons.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"owner": "simple-icons",
"repo": "simple-icons",
"rev": "954790ce652942533e9e59bfb9c8cc7e99962f88",
"hash": "sha256-mNqiWA/wvJxAMwzzeWXb/77JAFvJL707ktEdRHJctO4="
"rev": "6dcfdc2f58f6150d7b097b5cab158d27413f6366",
"hash": "sha256-U8IiqIux89K7NagWddz4Rq+OGCjWVhuR33rhjyqY6nM="
}

0 comments on commit 53a2872

Please sign in to comment.