protoc-gen-dart: 22.1.0 -> 22.3.0
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
|
||||
buildDartApplication rec {
|
||||
pname = "protoc-gen-dart";
|
||||
version = "22.1.0";
|
||||
version = "22.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = "protobuf.dart";
|
||||
tag = "protoc_plugin-v${version}";
|
||||
hash = "sha256-GQw40xyZ5a42Vq9g4u+6pUEmkB6zPGpBVofyo5Qgdc0=";
|
||||
hash = "sha256-P2h1M7Wga0qOrI/sTUrQ6k/a5gqKVqAfs/J1eGFHHwg=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/protoc_plugin";
|
||||
|
||||
@@ -303,11 +303,12 @@
|
||||
"protobuf": {
|
||||
"dependency": "direct main",
|
||||
"description": {
|
||||
"path": "../protobuf",
|
||||
"relative": true
|
||||
"name": "protobuf",
|
||||
"sha256": "579fe5557eae58e3adca2e999e38f02441d8aa908703854a9e0a0f47fa857731",
|
||||
"url": "https://pub.dev"
|
||||
},
|
||||
"source": "path",
|
||||
"version": "4.0.1-wip"
|
||||
"source": "hosted",
|
||||
"version": "4.1.0"
|
||||
},
|
||||
"pub_semver": {
|
||||
"dependency": "transitive",
|
||||
|
||||
Reference in New Issue
Block a user