protoc-gen-dart: 22.1.0 -> 22.3.0

This commit is contained in:
emaryn
2025-06-02 08:56:51 +08:00
parent 589ca366c7
commit 5e0d8687e1
2 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -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",