From 689b28eaa10ea38fd62f5d213b5379058c538acf Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 19 Jun 2023 06:32:47 -0600 Subject: [PATCH] tidal-hifi: 5.1.0 -> 5.2.0 Changes: https://github.com/Mastermindzh/tidal-hifi/releases/tag/5.2.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 f3a16e89df82..296b28fab360 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.1.0"; + version = "5.2.0"; src = 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="; }; nativeBuildInputs = [ autoPatchelfHook dpkg makeWrapper ];