venera: 1.4.4 -> 1.4.5 (#418807)

This commit is contained in:
Nick Cao
2025-06-22 10:46:59 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -14,13 +14,13 @@
flutter332.buildFlutterApplication rec {
pname = "venera";
version = "1.4.4";
version = "1.4.5";
src = fetchFromGitHub {
owner = "venera-app";
repo = "venera";
tag = "v${version}";
hash = "sha256-ZJ5TMoBamXHU/pU790/6HHJwNqVsXpZ1OttPR/JSydY=";
hash = "sha256-yg7VwR1IGswyqkyuvTZnVVLI4YKnfcea+VemWLOUXto=";
};
pubspecLock = lib.importJSON ./pubspec.lock.json;
+1 -1
View File
@@ -1379,6 +1379,6 @@
},
"sdks": {
"dart": ">=3.8.0 <4.0.0",
"flutter": ">=3.32.0"
"flutter": ">=3.32.4"
}
}