tidal-hifi: 5.20.0 -> 5.20.1 (#441922)

authored by pyrox.dev and committed by GitHub 4e11b7fa 971d10cf

+5 -5
+2 -2
pkgs/by-name/ti/tidal-hifi/electron.nix
··· 8 https://github.com/Mastermindzh/tidal-hifi/blob/master/build/electron-builder.base.yml 9 for the expected version 10 */ 11 - version = "35.1.1"; 12 in 13 (fetchzip { 14 url = "https://github.com/castlabs/electron-releases/releases/download/v${version}+wvcus/electron-v${version}+wvcus-linux-x64.zip"; 15 - hash = "sha256-AkPKeG7MrCBlk41qXZxFPRukUPRcIUanq6fJPx5d3RU="; 16 stripRoot = false; 17 18 }).overrideAttrs
··· 8 https://github.com/Mastermindzh/tidal-hifi/blob/master/build/electron-builder.base.yml 9 for the expected version 10 */ 11 + version = "37.2.5"; 12 in 13 (fetchzip { 14 url = "https://github.com/castlabs/electron-releases/releases/download/v${version}+wvcus/electron-v${version}+wvcus-linux-x64.zip"; 15 + hash = "sha256-mRbweXYfsWxu7I+pqtBjgA0n+ad2iFawVbDUBT5+LZo="; 16 stripRoot = false; 17 18 }).overrideAttrs
+3 -3
pkgs/by-name/ti/tidal-hifi/package.nix
··· 47 }: 48 49 let 50 - version = "5.20.0"; 51 52 electronLibPath = lib.makeLibraryPath [ 53 alsa-lib ··· 95 owner = "Mastermindzh"; 96 repo = "tidal-hifi"; 97 tag = version; 98 - hash = "sha256-PENNkmCiCFcaHNCBfwVitYfqKN0ZR0QHwE3WQHp0tGI="; 99 }; 100 101 nativeBuildInputs = [ ··· 104 copyDesktopItems 105 ]; 106 107 - npmDepsHash = "sha256-4J5wGq/zpEK+xKtVg2zf7lIDHo9d4KW5fDY05siaFC4="; 108 forceGitDeps = true; 109 makeCacheWritable = true; 110
··· 47 }: 48 49 let 50 + version = "5.20.1"; 51 52 electronLibPath = lib.makeLibraryPath [ 53 alsa-lib ··· 95 owner = "Mastermindzh"; 96 repo = "tidal-hifi"; 97 tag = version; 98 + hash = "sha256-uiRvbxUztLwNSB1BHa9rGrPl2akt21VqxEV4pBgNwPo="; 99 }; 100 101 nativeBuildInputs = [ ··· 104 copyDesktopItems 105 ]; 106 107 + npmDepsHash = "sha256-BsHlATxdZ/5QFr2HAGSeKo+aR7udfD6X8h/qyJnBrr0="; 108 forceGitDeps = true; 109 makeCacheWritable = true; 110