Unverified Commit 034b795b authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #252119 from andresilva/tidal-hifi-5.7.0

tidal-hifi: 5.6.0 -> 5.7.0
parents d5397624 2bbb18a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,11 +36,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "tidal-hifi";
  version = "5.6.0";
  version = "5.7.0";

  src = fetchurl {
    url = "https://github.com/Mastermindzh/tidal-hifi/releases/download/${finalAttrs.version}/tidal-hifi_${finalAttrs.version}_amd64.deb";
    sha256 = "sha256-HKylyYhbMxYfRRP9irGMTtB497o75M+ryikQHMJWbtU=";
    sha256 = "sha256-fA6zXmLfcZJt5/umdY4gdqGdbH3afsaanmK/i+Js5HQ=";
  };

  nativeBuildInputs = [ autoPatchelfHook dpkg makeWrapper ];