about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2022-09-12 21:57:27 +0200
committerGitHub <noreply@github.com>2022-09-12 21:57:27 +0200
commitc0192a849b065becb0d4d06f596f6e028f9c77f8 (patch)
tree23f669731fbf83d3a703fef05b458b32365f51ed /pkgs/applications/audio
parent3dff37c5d93f2db43cb5b32aca5bc6377f9ebe48 (diff)
parent7a02685e60a5c4fb9c3907edab66b84c2c46a2b3 (diff)
downloadnixlib-c0192a849b065becb0d4d06f596f6e028f9c77f8.tar
nixlib-c0192a849b065becb0d4d06f596f6e028f9c77f8.tar.gz
nixlib-c0192a849b065becb0d4d06f596f6e028f9c77f8.tar.bz2
nixlib-c0192a849b065becb0d4d06f596f6e028f9c77f8.tar.lz
nixlib-c0192a849b065becb0d4d06f596f6e028f9c77f8.tar.xz
nixlib-c0192a849b065becb0d4d06f596f6e028f9c77f8.tar.zst
nixlib-c0192a849b065becb0d4d06f596f6e028f9c77f8.zip
Merge pull request #190873 from r-ryantm/auto-update/tidal-hifi
tidal-hifi: 4.1.1 -> 4.1.2
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/tidal-hifi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/tidal-hifi/default.nix b/pkgs/applications/audio/tidal-hifi/default.nix
index 730a5fce19a9..ca7fc28f7405 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 = "4.1.1";
+  version = "4.1.2";
 
   src = fetchurl {
     url = "https://github.com/Mastermindzh/tidal-hifi/releases/download/${version}/tidal-hifi_${version}_amd64.deb";
-    sha256 = "1l8axsf9d7a370fs96j16bnsi8fcdgwq036yxc4r4ykpnnskf1ds";
+    sha256 = "sha256-HurREfN4VxhFiyP+oAx8QeTfoZTk+PlRX5pVWyU+Dwg=";
   };
 
   nativeBuildInputs = [ autoPatchelfHook dpkg makeWrapper ];