Skip to content

Commit

Permalink
overlays: shairport-sync 4.3.4-unstable-2024-11-02 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
devusb authored Nov 5, 2024
1 parent 4bb702a commit 6b215f3
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions overlay/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,19 @@

caddy-cloudflare = prev.callPackage ./caddy-cloudflare.nix { };

shairport-sync = prev.shairport-sync.override {
enableAirplay2 = true;
};
shairport-sync =
let
shairport-sync' = prev.shairport-sync.overrideAttrs (old: {
version = "4.3.4-unstable-2024-11-02";
src = old.src.override {
rev = "ab6225c1ac1c57f5af50890d722437ec8a921d0d";
hash = "sha256-iwyIUUFA5DzTkm/DXvEa3buVX4Dje0P0svteRAKIS20=";
};
});
in
shairport-sync'.override {
enableAirplay2 = true;
};

plexpass = prev.plex.override {
plexRaw = prev.plexRaw.overrideAttrs (old: rec {
Expand Down

0 comments on commit 6b215f3

Please sign in to comment.