Unverified Commit 0da1328b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

bloomeetunes: 2.10.14 -> 2.10.15 (#382639)

parents 7ae80723 ac7c2b0e
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.14";
  version = "2.10.15";

  src = fetchFromGitHub {
    owner = "HemantKArya";
    repo = "BloomeeTunes";
    tag = "v${version}+161";
    hash = "sha256-Cj4NfWEIEYTNAdb6CunA7ExTebK89OlHvZx9n853eHI=";
    tag = "v${version}+162";
    hash = "sha256-o26HB2eFXXiovg+X5hNIRRStJBGNEFTF9Um/8AKlKww=";
  };

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