mhabit: 1.23.3+142 -> 1.23.6+145 (#482446)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-22 04:38:16 +00:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
}:
let
version = "1.23.3+142";
version = "1.23.6+145";
src = fetchFromGitHub {
owner = "FriesI23";
repo = "mhabit";
tag = "v${version}";
hash = "sha256-jseb1AcM+AygVLFN3O5P2LiQppxOuLWMmBON0FRqPFQ=";
hash = "sha256-9+UXMOogySW3f9LPaj0YSfov1cSgLb3I+jWvAV8yEsM=";
};
in
flutter338.buildFlutterApplication {