Unverified Commit d34c1401 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

bloomeetunes: 2.10.13 -> 2.10.14 (#378936)

parents 74baf572 2686972d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

flutter324.buildFlutterApplication rec {
  pname = "bloomeetunes";
  version = "2.10.13";
  version = "2.10.14";

  src = fetchFromGitHub {
    owner = "HemantKArya";
    repo = "BloomeeTunes";
    tag = "v${version}+157";
    hash = "sha256-cLhcuk4rLHFg3al+MkZnOWMG8n6r61idBSmDyP6ez+g=";
    tag = "v${version}+161";
    hash = "sha256-Cj4NfWEIEYTNAdb6CunA7ExTebK89OlHvZx9n853eHI=";
  };

  pubspecLock = lib.importJSON ./pubspec.lock.json;