mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 12:50:04 +00:00
mhabit: 1.21.0+118 -> 1.21.1+120
This commit is contained in:
@@ -11,13 +11,13 @@ let
|
||||
in
|
||||
flutter.buildFlutterApplication rec {
|
||||
pname = "mhabit";
|
||||
version = "1.21.0+118";
|
||||
version = "1.21.1+120";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "FriesI23";
|
||||
repo = "mhabit";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-ZVuDOLGiigj4fa1kxIJ+vb3OZmrl22YMTvhZ5y7NGyI=";
|
||||
hash = "sha256-ym+xCv7fRwlms2oIvcthyuz53T0LCgigleg1qmLfZVU=";
|
||||
};
|
||||
|
||||
pubspecLock = lib.importJSON ./pubspec.lock.json;
|
||||
|
||||
Reference in New Issue
Block a user