fluffychat: 1.22.1 -> 1.23.0

This commit is contained in:
Maciej Krüger
2024-12-11 02:48:25 +01:00
parent 0fc40be159
commit 4a5b1c1c51
2 changed files with 279 additions and 244 deletions
+2 -2
View File
@@ -24,13 +24,13 @@ in
flutter324.buildFlutterApplication (
rec {
pname = "fluffychat-${targetFlutterPlatform}";
version = "1.22.1";
version = "1.23.0";
src = fetchFromGitHub {
owner = "krille-chan";
repo = "fluffychat";
rev = "refs/tags/v${version}";
hash = "sha256-biFoRcMss3JVrMoilc8BzJ+R6f+e4RYpZ5dbxDpnfTk=";
hash = "sha256-T187GK0hBTRLGgUw23dNSzql6VZssreS84NbgCwf558=";
};
inherit pubspecLock;
File diff suppressed because it is too large Load Diff