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

bloomeetunes: 2.10.14 -> 2.10.15

parent 1a0f9b1f
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;