Skip to content

Commit

Permalink
fix: override meta version
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed Oct 24, 2023
1 parent 6272d04 commit fe553a2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
17 changes: 9 additions & 8 deletions deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,17 @@
"package_info_plus",
"pub_semver",
"flutter_test",
"flutter_lints"
"flutter_lints",
"meta"
]
},
{
"name": "meta",
"version": "1.11.0",
"kind": "transitive",
"source": "hosted",
"dependencies": []
},
{
"name": "flutter_lints",
"version": "2.0.3",
Expand Down Expand Up @@ -146,13 +154,6 @@
"meta"
]
},
{
"name": "meta",
"version": "1.9.1",
"kind": "transitive",
"source": "hosted",
"dependencies": []
},
{
"name": "material_color_utilities",
"version": "0.5.0",
Expand Down
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-NewX1rHwFRV1avbI5RU1pq0leVboOdsk/Xqf3DDeLjk=";
vendorHash = "sha256-hTK9U5oeeyP1UW7aVaGcsXFUR2cEP17wECKQh0pTgxI=";

postInstall = ''
rm $out/bin/file_manager
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,13 @@ packages:
source: hosted
version: "1.0.4"
meta:
dependency: transitive
dependency: "direct overridden"
description:
name: meta
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
url: "https://pub.dev"
source: hosted
version: "1.9.1"
version: "1.11.0"
nested:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dependencies:

dependency_overrides:
win32: ^5.0.7
meta: 1.11.0
libtokyo:
git:
url: https://github.com/ExpidusOS/libtokyo.git
Expand Down

0 comments on commit fe553a2

Please sign in to comment.