tidal-hifi: 6.2.0 -> 6.3.1-Mavy

This commit is contained in:
R. Ryantm
2026-03-28 20:19:38 +00:00
parent 7a4dd1b237
commit 0bfce03ec1
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -8,11 +8,11 @@ let
https://github.com/Mastermindzh/tidal-hifi/blob/master/build/electron-builder.base.yml
for the expected version
*/
version = "40.1.0";
version = "40.7.0";
in
(fetchzip {
url = "https://github.com/castlabs/electron-releases/releases/download/v${version}+wvcus/electron-v${version}+wvcus-linux-x64.zip";
hash = "sha256-V9XakjxnfWWu7xZrw45NbOP86FuJjHOuzNBlnxuTzCE=";
hash = "sha256-Ax1gTt5ZRHFP7IBxNb+KXeglflel1zoz0VUHhEM2aAc=";
stripRoot = false;
}).overrideAttrs
+3 -3
View File
@@ -92,13 +92,13 @@ let
in
buildNpmPackage (finalAttrs: {
pname = "tidal-hifi";
version = "6.2.0";
version = "6.3.1-Mavy";
src = fetchFromGitHub {
owner = "Mastermindzh";
repo = "tidal-hifi";
tag = finalAttrs.version;
hash = "sha256-DIJfVoNFr2K1bII9XJRWqhBw0TGnzZgpx4Eh1EVX2OE=";
hash = "sha256-IOC6LQ6kLQGBTB1Ng6TWCsW9zvsJ3/Yb1515dGbV1EU=";
};
nativeBuildInputs = [
@@ -107,7 +107,7 @@ buildNpmPackage (finalAttrs: {
copyDesktopItems
];
npmDepsHash = "sha256-W3tfIiKCeLPbe/pEkXksJn/XufImp7XU/qJbCYROel8=";
npmDepsHash = "sha256-rsZCy0W1B+beH6bSqOSp4Pu6h3hknrLCfUb8a0F4nFg=";
forceGitDeps = true;
makeCacheWritable = true;