ente-auth: 4.4.4 -> 4.4.8-beta
This commit is contained in:
@@ -1,12 +1,7 @@
|
|||||||
{
|
{
|
||||||
"ente_crypto_dart": "sha256-xBBK9BdXh4+OTj+Jkf3zh5sMZjXtvhyuE1R5LFE8iTY=",
|
"ente_crypto_dart": "sha256-xBBK9BdXh4+OTj+Jkf3zh5sMZjXtvhyuE1R5LFE8iTY=",
|
||||||
"flutter_inappwebview": "sha256-kskXtWxgp7/g1xThm5Wk3Akeaw3DHGN99PARLJyGL3A=",
|
"fk_user_agent": "sha256-GmuQPohnTi4SVta1FyEErOb7n0Jp6UdLcX/Cf+koJNA=",
|
||||||
"flutter_inappwebview_android": "sha256-kskXtWxgp7/g1xThm5Wk3Akeaw3DHGN99PARLJyGL3A=",
|
|
||||||
"flutter_inappwebview_ios": "sha256-kskXtWxgp7/g1xThm5Wk3Akeaw3DHGN99PARLJyGL3A=",
|
|
||||||
"flutter_inappwebview_macos": "sha256-kskXtWxgp7/g1xThm5Wk3Akeaw3DHGN99PARLJyGL3A=",
|
|
||||||
"flutter_inappwebview_platform_interface": "sha256-kskXtWxgp7/g1xThm5Wk3Akeaw3DHGN99PARLJyGL3A=",
|
|
||||||
"flutter_inappwebview_web": "sha256-kskXtWxgp7/g1xThm5Wk3Akeaw3DHGN99PARLJyGL3A=",
|
|
||||||
"flutter_inappwebview_windows": "sha256-kskXtWxgp7/g1xThm5Wk3Akeaw3DHGN99PARLJyGL3A=",
|
|
||||||
"flutter_local_authentication": "sha256-r50jr+81ho+7q2PWHLf4VnvNJmhiARZ3s4HUpThCgc0=",
|
"flutter_local_authentication": "sha256-r50jr+81ho+7q2PWHLf4VnvNJmhiARZ3s4HUpThCgc0=",
|
||||||
"sqflite": "sha256-+XTVtkFJ94VifwnutvUuAqqiyWwrcEiZ3Uz0H4D9zWA="
|
"move_to_background": "sha256-cLH3vUrPmEtYKlfn2hi6Wl4JQG4dt9aEyTmVCj7zBe0=",
|
||||||
|
"qr_code_scanner": "sha256-g8CUwQVOgEhJO5BZAdsM5bBS485nu7POO8eu8mknga8="
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
flutter324,
|
flutter332,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
webkitgtk_4_1,
|
|
||||||
sqlite,
|
sqlite,
|
||||||
libayatana-appindicator,
|
libayatana-appindicator,
|
||||||
makeDesktopItem,
|
makeDesktopItem,
|
||||||
copyDesktopItems,
|
copyDesktopItems,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
jdk17_headless,
|
jdk17_headless,
|
||||||
|
yq-go,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
# fetch simple-icons directly to avoid cloning with submodules,
|
# fetch simple-icons directly to avoid cloning with submodules,
|
||||||
@@ -16,16 +16,16 @@ let
|
|||||||
simple-icons = fetchFromGitHub (lib.importJSON ./simple-icons.json);
|
simple-icons = fetchFromGitHub (lib.importJSON ./simple-icons.json);
|
||||||
desktopId = "io.ente.auth";
|
desktopId = "io.ente.auth";
|
||||||
in
|
in
|
||||||
flutter324.buildFlutterApplication rec {
|
flutter332.buildFlutterApplication rec {
|
||||||
pname = "ente-auth";
|
pname = "ente-auth";
|
||||||
version = "4.4.4";
|
version = "4.4.8-beta";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ente-io";
|
owner = "ente-io";
|
||||||
repo = "ente";
|
repo = "ente";
|
||||||
sparseCheckout = [ "mobile/apps/auth" ];
|
sparseCheckout = [ "mobile" ];
|
||||||
tag = "auth-v${version}";
|
tag = "auth-v${version}";
|
||||||
hash = "sha256-VpxF6BMofCgMWcxsscbYC3uYse0QZyTBf84zN03leC4=";
|
hash = "sha256-3it1tf/Gj8RBF+Htei4LHrXTJACHR4O2kmPPg3SqNfo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/mobile/apps/auth";
|
sourceRoot = "${src.name}/mobile/apps/auth";
|
||||||
@@ -41,6 +41,7 @@ flutter324.buildFlutterApplication rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
rmdir assets/simple-icons
|
rmdir assets/simple-icons
|
||||||
ln -s ${simple-icons} assets/simple-icons
|
ln -s ${simple-icons} assets/simple-icons
|
||||||
|
${lib.getExe yq-go} -i 'del(.dependencies.sqlite3_flutter_libs)' pubspec.yaml
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@@ -49,7 +50,6 @@ flutter324.buildFlutterApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
webkitgtk_4_1
|
|
||||||
sqlite
|
sqlite
|
||||||
libayatana-appindicator
|
libayatana-appindicator
|
||||||
# The networking client used by ente-auth (native_dio_adapter)
|
# The networking client used by ente-auth (native_dio_adapter)
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env nix-shell
|
#!/usr/bin/env nix-shell
|
||||||
#!nix-shell -i bash -p curl gojq nix-prefetch-github common-updater-scripts
|
#!nix-shell -i bash -p curl gojq nix-prefetch-github nix-prefetch-git common-updater-scripts
|
||||||
|
|
||||||
set -eou pipefail
|
set -eou pipefail
|
||||||
pkg_dir="$(dirname "$0")"
|
pkg_dir="$(dirname "$0")"
|
||||||
|
|||||||
Reference in New Issue
Block a user