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

mhabit: 1.23.3+142 -> 1.23.6+145

parent 5d361f1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {