Merge pull request #197679 from r-ryantm/auto-update/tidal-hifi

tidal-hifi: 4.3.0 -> 4.3.1
This commit is contained in:
markuskowa 2022-10-25 22:20:50 +02:00 committed by GitHub
commit c157ca66e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,11 +37,11 @@
stdenv.mkDerivation rec {
pname = "tidal-hifi";
version = "4.3.0";
version = "4.3.1";
src = fetchurl {
url = "https://github.com/Mastermindzh/tidal-hifi/releases/download/${version}/tidal-hifi_${version}_amd64.deb";
sha256 = "sha256-/ZESysxaDhMpyTKHjjoRMiLM7SMESA5VIfgWCqdyDck=";
sha256 = "sha256-Q+K8oF1VEsuhmhPH6K3as1+71vCfaKCdzRzCIxtiXvE=";
};
nativeBuildInputs = [ autoPatchelfHook dpkg makeWrapper ];