Commit fbbe4ea6 authored by R. RyanTM's avatar R. RyanTM
Browse files

mhabit: 1.21.0+118 -> 1.21.1+120

parent c4ce11cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;