Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 8666796

Browse files
committedJun 5, 2024
fix(genesis-shell): update pubspec
1 parent 081f64e commit 8666796

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎pkgs/expidus/genesis-shell/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ flutter.buildFlutterApplication {
4040
];
4141

4242
gitHashes = {
43-
libtokyo = "sha256-Zn30UmppXnzhs+t+EQNwAhaTPjCCxoN0a+AbH6bietg=";
44-
libtokyo_flutter = "sha256-Zn30UmppXnzhs+t+EQNwAhaTPjCCxoN0a+AbH6bietg=";
43+
libtokyo = "sha256-ei3bgEdmmWz0iwMUBzBndYPlvNiCrDBrG33/n8PrBPI=";
44+
libtokyo_flutter = "sha256-ei3bgEdmmWz0iwMUBzBndYPlvNiCrDBrG33/n8PrBPI=";
4545
};
4646

4747
postInstall = ''

‎pkgs/expidus/genesis-shell/pubspec.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@
318318
"dependency": "direct main",
319319
"description": {
320320
"path": "packages/libtokyo",
321-
"ref": "86e7e0be63f142fdb8d349bb05e34558b2b58646",
322-
"resolved-ref": "86e7e0be63f142fdb8d349bb05e34558b2b58646",
321+
"ref": "7c9b4c933a1d36be3923fc8176dadf1f992ccc3e",
322+
"resolved-ref": "7c9b4c933a1d36be3923fc8176dadf1f992ccc3e",
323323
"url": "https://github.com/ExpidusOS/libtokyo.git"
324324
},
325325
"source": "git",
@@ -329,8 +329,8 @@
329329
"dependency": "direct main",
330330
"description": {
331331
"path": "packages/libtokyo_flutter",
332-
"ref": "86e7e0be63f142fdb8d349bb05e34558b2b58646",
333-
"resolved-ref": "86e7e0be63f142fdb8d349bb05e34558b2b58646",
332+
"ref": "7c9b4c933a1d36be3923fc8176dadf1f992ccc3e",
333+
"resolved-ref": "7c9b4c933a1d36be3923fc8176dadf1f992ccc3e",
334334
"url": "https://github.com/ExpidusOS/libtokyo.git"
335335
},
336336
"source": "git",

0 commit comments

Comments
 (0)
This repository has been archived.