Skip to content

Commit

Permalink
chore: update libtokyo
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed Sep 15, 2023
1 parent e226344 commit 9b72176
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
];

depsListFile = ./deps.json;
vendorHash = "sha256-rNH75QJI32XdOCxL41Z9HhMIs8gYwQV2OjExfkcT6k4=";
vendorHash = "sha256-3Qt+vVVLdufTOqypWnn9xATFHJJZfJSV5ip9CazlS4o=";

postInstall = ''
rm $out/bin/file_manager
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,17 +233,17 @@ packages:
dependency: "direct main"
description:
path: "packages/libtokyo"
ref: "87fb12e844e8630827939cc0b346c6a220bb9239"
resolved-ref: "87fb12e844e8630827939cc0b346c6a220bb9239"
ref: dc5b58a0a73e09964e4138ff4959ef43ed8c8556
resolved-ref: dc5b58a0a73e09964e4138ff4959ef43ed8c8556
url: "https://github.com/ExpidusOS/libtokyo.git"
source: git
version: "0.1.0"
libtokyo_flutter:
dependency: "direct main"
description:
path: "packages/libtokyo_flutter"
ref: "87fb12e844e8630827939cc0b346c6a220bb9239"
resolved-ref: "87fb12e844e8630827939cc0b346c6a220bb9239"
ref: dc5b58a0a73e09964e4138ff4959ef43ed8c8556
resolved-ref: dc5b58a0a73e09964e4138ff4959ef43ed8c8556
url: "https://github.com/ExpidusOS/libtokyo.git"
source: git
version: "0.1.0"
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ dependencies:
libtokyo:
git:
url: https://github.com/ExpidusOS/libtokyo.git
ref: 87fb12e844e8630827939cc0b346c6a220bb9239
ref: dc5b58a0a73e09964e4138ff4959ef43ed8c8556
path: packages/libtokyo
libtokyo_flutter:
git:
url: https://github.com/ExpidusOS/libtokyo.git
ref: 87fb12e844e8630827939cc0b346c6a220bb9239
ref: dc5b58a0a73e09964e4138ff4959ef43ed8c8556
path: packages/libtokyo_flutter
path_provider: ^2.0.15
url_launcher: ^6.1.11
Expand Down Expand Up @@ -53,7 +53,7 @@ dependency_overrides:
libtokyo:
git:
url: https://github.com/ExpidusOS/libtokyo.git
ref: 87fb12e844e8630827939cc0b346c6a220bb9239
ref: dc5b58a0a73e09964e4138ff4959ef43ed8c8556
path: packages/libtokyo

dev_dependencies:
Expand Down

0 comments on commit 9b72176

Please sign in to comment.