mhabit: 1.23.6+145 -> 1.23.8+148

This commit is contained in:
R. Ryantm
2026-02-11 18:46:28 +00:00
parent 187d7dad75
commit ea14a0e9a4
+2 -2
View File
@@ -12,13 +12,13 @@
}:
let
version = "1.23.6+145";
version = "1.23.8+148";
src = fetchFromGitHub {
owner = "FriesI23";
repo = "mhabit";
tag = "v${version}";
hash = "sha256-9+UXMOogySW3f9LPaj0YSfov1cSgLb3I+jWvAV8yEsM=";
hash = "sha256-JOVznx4z6G2q7IOs/5uyQ8q0+D7oq9jOS0f8u26YrP4=";
};
in
flutter338.buildFlutterApplication {