From 61da0e3bb38854e0e7f5d88736e1bd8ba4d465f0 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sun, 25 Jun 2023 06:45:48 -0600 Subject: [PATCH] tidal-hifi: 5.2.0 -> 5.3.0 --- pkgs/applications/audio/tidal-hifi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/tidal-hifi/default.nix b/pkgs/applications/audio/tidal-hifi/default.nix index 296b28fab360..87fdc02beb65 100644 --- a/pkgs/applications/audio/tidal-hifi/default.nix +++ b/pkgs/applications/audio/tidal-hifi/default.nix @@ -36,11 +36,11 @@ stdenv.mkDerivation rec { pname = "tidal-hifi"; - version = "5.2.0"; + version = "5.3.0"; src = fetchurl { url = "https://github.com/Mastermindzh/tidal-hifi/releases/download/${version}/tidal-hifi_${version}_amd64.deb"; - sha256 = "sha256-ZdEbGsGt1Z/vve3W/Z6Pw1+m5xoTY/l7Es03yM4T0tE="; + sha256 = "sha256-YGSHEvanWek6qiWvKs6g+HneGbuuqJn/DBfhawjQi5M="; }; nativeBuildInputs = [ autoPatchelfHook dpkg makeWrapper ];