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 Jan 5, 2025
1 parent 07a945d commit 79ab1e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions pkgs/by-name/bl/bloomeetunes/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,18 @@
fetchFromGitHub,
flutter324,
mpv,
pkg-config,
makeDesktopItem,
wrapGAppsHook3,
copyDesktopItems,
}:
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 All @@ -33,9 +31,7 @@ flutter324.buildFlutterApplication rec {
];

nativeBuildInputs = [
pkg-config
autoPatchelfHook
wrapGAppsHook3
copyDesktopItems
];

Expand All @@ -44,11 +40,11 @@ flutter324.buildFlutterApplication rec {
'';

extraWrapProgramArgs = ''
--prefix LD_LIBRARY_PATH : "$out/app/bloomeetunes/lib:${
--prefix LD_LIBRARY_PATH : $out/app/bloomeetunes/lib:${
lib.makeLibraryPath [
mpv
]
}"
}
'';

passthru.updateScript = ./update.sh;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/bl/bloomeetunes/update.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -I nixpkgs=./. -i bash -p curl gnused jq yq nixVersions.latest bash coreutils common-updater-scripts
#!nix-shell -I nixpkgs=./. -i bash -p curl gnused jq yq nix bash coreutils common-updater-scripts

set -eou pipefail

Expand Down

0 comments on commit 79ab1e5

Please sign in to comment.