From 0415070d19cfee10aedd278aea58d9b9c3a1ff81 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 19 Jun 2023 07:06:06 -0600 Subject: [PATCH] overlays/tidal-hifi: 5.1.0 -> 5.2.0 --- overlays/default.nix | 6 +++--- overlays/tidal-hifi.nix | 14 ++------------ pull_requests/238572.json | 9 +++++++++ 3 files changed, 14 insertions(+), 15 deletions(-) create mode 100644 pull_requests/238572.json diff --git a/overlays/default.nix b/overlays/default.nix index a3a20b9..b6f40ab 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -1,15 +1,15 @@ { isUnstable, xinlib, ... }: let - #inherit (xinlib) prIsOpen; + inherit (xinlib) prIsOpen; #_1password-gui = prIsOpen.overlay 235900 (import ./1password-gui.nix); #openssh = import ./openssh.nix; #obsidian = prIsOpen.overlay 235408 (import ./obsidian.nix); #tailscale = import ./tailscale.nix; #jetbrains = prIsOpen 232308 (import ./jetbrains.nix); - #tidal-hifi = prIsOpen 228552 (import ./tidal-hifi.nix { inherit lib; }); + tidal-hifi = prIsOpen.overlay 238572 (import ./tidal-hifi.nix); #matrix-synapse = prIsOpen.overlay 236474 (import ./matrix-synapse.nix); in { - nixpkgs.overlays = if isUnstable then [ ] else [ ]; + nixpkgs.overlays = if isUnstable then [ tidal-hifi ] else [ ]; } # Example Python dep overlay diff --git a/overlays/tidal-hifi.nix b/overlays/tidal-hifi.nix index 1c58980..0390073 100644 --- a/overlays/tidal-hifi.nix +++ b/overlays/tidal-hifi.nix @@ -1,23 +1,13 @@ -{ lib, ... }: let tidal-hifi = _: super: { tidal-hifi = super.tidal-hifi.overrideAttrs (_: rec { - version = "5.1.0"; + version = "5.2.0"; src = super.fetchurl { url = "https://github.com/Mastermindzh/tidal-hifi/releases/download/${version}/tidal-hifi_${version}_amd64.deb"; - sha256 = "sha256-IaSgul2L0L343TVT3ujgBoMt6tITwjJaBNOVJPCBDtI="; + sha256 = "sha256-ZdEbGsGt1Z/vve3W/Z6Pw1+m5xoTY/l7Es03yM4T0tE="; }; - postFixup = '' - makeWrapper $out/opt/tidal-hifi/tidal-hifi $out/bin/tidal-hifi \ - --prefix LD_LIBRARY_PATH : "${ - lib.makeLibraryPath super.tidal-hifi.buildInputs - }" \ - "''${gappsWrapperArgs[@]}" - substituteInPlace $out/share/applications/tidal-hifi.desktop \ - --replace "/opt/tidal-hifi/tidal-hifi" "tidal-hifi" - ''; }); }; in tidal-hifi diff --git a/pull_requests/238572.json b/pull_requests/238572.json new file mode 100644 index 0000000..2fcd1d3 --- /dev/null +++ b/pull_requests/238572.json @@ -0,0 +1,9 @@ +{ + "branches": [], + "error": "", + "pull_request": 238572, + "release": "stable", + "status": "open", + "status_info": {}, + "title": "tidal-hifi: 5.1.0 -> 5.2.0" +}