venera: 1.4.2 -> 1.4.3

This commit is contained in:
R. Ryantm
2025-05-12 00:31:33 +00:00
parent b26b153a7c
commit f1a1248820
2 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -14,13 +14,13 @@
flutter329.buildFlutterApplication rec {
pname = "venera";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "venera-app";
repo = "venera";
tag = "v${version}";
hash = "sha256-YiiR4CvOOzsFiSZ2VDVwibhimVwUJDkEu+TXWmf3/S0=";
hash = "sha256-hhKfHJRZyNsQcGhbgBdBvy2KjKOxg4+0yi+ynX3qMw4=";
};
pubspecLock = lib.importJSON ./pubspec.lock.json;
+10
View File
@@ -221,6 +221,16 @@
"source": "hosted",
"version": "1.7.0"
},
"enough_convert": {
"dependency": "direct main",
"description": {
"name": "enough_convert",
"sha256": "c67d85ca21aaa0648f155907362430701db41f7ec8e6501a58ad9cd9d8569d01",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.6.0"
},
"fake_async": {
"dependency": "transitive",
"description": {