Skip to content

Commit

Permalink
ente-auth: 4.1.6 -> 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaskorz committed Dec 23, 2024
1 parent 8ae7ef7 commit e895000
Show file tree
Hide file tree
Showing 3 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 @@ -17,14 +17,14 @@ let
in
flutter324.buildFlutterApplication rec {
pname = "ente-auth";
version = "4.1.6";
version = "4.2.0";

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

sourceRoot = "${src.name}/auth";
Expand Down
10 changes: 10 additions & 0 deletions pkgs/by-name/en/ente-auth/pubspec.lock.json
Original file line number Diff line number Diff line change
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
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": "b9a183354cf2c10f339202490c265fbcafe1f7c9",
"hash": "sha256-sHEL1US/8zZSyarY7yfB/bQBOMIT8ZNp2buWjah8oXg="
}

0 comments on commit e895000

Please sign in to comment.