We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e35125 + 6e72238 commit ca71e45Copy full SHA for ca71e45
pkgs/by-name/ti/tidal-hifi/package.nix
@@ -39,11 +39,11 @@
39
40
stdenv.mkDerivation (finalAttrs: {
41
pname = "tidal-hifi";
42
- version = "5.18.0";
+ version = "5.18.2";
43
44
src = fetchurl {
45
url = "https://github.com/Mastermindzh/tidal-hifi/releases/download/${finalAttrs.version}/tidal-hifi_${finalAttrs.version}_amd64.deb";
46
- sha256 = "sha256-R5Xw9uIptVPYEZ73TtdWarQNtn8nhAUN+zA5tnzTaCU=";
+ sha256 = "sha256-jo3vnq7ul7e+UsaBswil8EctUxVJMcTxo77YyQ2ncIM=";
47
};
48
49
nativeBuildInputs = [
0 commit comments