venera: 1.5.0 -> 1.5.3 (#446000)

This commit is contained in:
Weijia Wang
2025-10-23 19:23:22 +00:00
committed by GitHub
2 changed files with 25 additions and 5 deletions
+2 -2
View File
@@ -12,13 +12,13 @@
}:
let
version = "1.5.0";
version = "1.5.3";
src = fetchFromGitHub {
owner = "venera-app";
repo = "venera";
tag = "v${version}";
hash = "sha256-LhPtoMD7IjxbTFTSzP+vtflDUixUoN9eqE1AQyWhJzg=";
hash = "sha256-yjO7nQ3F+DLudjqXUp0N13lhBZSAKwAeKXRAKxPxDVQ=";
};
in
flutter335.buildFlutterApplication {
+23 -3
View File
@@ -40,6 +40,16 @@
"source": "hosted",
"version": "1.0.4"
},
"archive": {
"dependency": "direct dev",
"description": {
"name": "archive",
"sha256": "2fde1607386ab523f7a36bb3e7edb43bd58e6edaf2ffb29d8a6d578b297fdbbd",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "4.0.7"
},
"args": {
"dependency": "transitive",
"description": {
@@ -505,11 +515,11 @@
"dependency": "direct main",
"description": {
"name": "flutter_memory_info",
"sha256": "1f112f1d7503aa1681fc8e923f6cd0e847bb2fbeec3753ed021cf1e5f7e9cd74",
"sha256": "eacfd0dd01ff596b4e5bf022442769a1807a73f2af43d62802436f0a5de99137",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "0.0.1"
"version": "0.0.3"
},
"flutter_plugin_android_lifecycle": {
"dependency": "transitive",
@@ -957,6 +967,16 @@
"source": "hosted",
"version": "4.0.0"
},
"posix": {
"dependency": "transitive",
"description": {
"name": "posix",
"sha256": "6323a5b0fa688b6a010df4905a56b00181479e6d10534cecfecede2aa55add61",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "6.0.3"
},
"rhttp": {
"dependency": "direct main",
"description": {
@@ -1389,6 +1409,6 @@
},
"sdks": {
"dart": ">=3.8.0 <4.0.0",
"flutter": ">=3.35.2"
"flutter": ">=3.35.5"
}
}