Skip to content

Commit

Permalink
bloomeetunes: 2.10.10 -> 2.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
aucub committed Dec 26, 2024
1 parent c35b142 commit 3ca3487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/bl/bloomeetunes/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
}:
flutter324.buildFlutterApplication rec {
pname = "bloomeetunes";
version = "2.10.10";
version = "2.10.11";

src = fetchFromGitHub {
owner = "HemantKArya";
repo = "BloomeeTunes";
tag = "v${version}+154";
hash = "sha256-D3L8tW6ZtUS9UNlykYGcz+V1qZOMARCLKf38d2KYel4=";
tag = "v${version}+155";
hash = "sha256-sq2zY+IDC+ia7yfNH4vGtuOsTtUKRG7zOWx0CqHT8R4=";
};

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

0 comments on commit 3ca3487

Please sign in to comment.