Loading pkgs/by-name/ti/tidal-hifi/electron.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,11 +8,11 @@ let https://github.com/Mastermindzh/tidal-hifi/blob/master/build/electron-builder.base.yml for the expected version */ version = "39.2.4"; version = "40.1.0"; in (fetchzip { url = "https://github.com/castlabs/electron-releases/releases/download/v${version}+wvcus/electron-v${version}+wvcus-linux-x64.zip"; hash = "sha256-i2uoX8RkzHN+j0JjZxmWIP2euJMp8Lv9IUYrrmwP7ww="; hash = "sha256-V9XakjxnfWWu7xZrw45NbOP86FuJjHOuzNBlnxuTzCE="; stripRoot = false; }).overrideAttrs Loading pkgs/by-name/ti/tidal-hifi/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -92,13 +92,13 @@ let in buildNpmPackage (finalAttrs: { pname = "tidal-hifi"; version = "6.1.0"; version = "6.2.0"; src = fetchFromGitHub { owner = "Mastermindzh"; repo = "tidal-hifi"; tag = finalAttrs.version; hash = "sha256-wNYcjFbePWhtkPqR4byGE+FlRNEUv2/EoTYQE2JRAyE="; hash = "sha256-DIJfVoNFr2K1bII9XJRWqhBw0TGnzZgpx4Eh1EVX2OE="; }; nativeBuildInputs = [ Loading @@ -107,7 +107,7 @@ buildNpmPackage (finalAttrs: { copyDesktopItems ]; npmDepsHash = "sha256-OTETAe9RW3tBkGS7AlboxX/hUiGax7lxbtdXwRnr9X8="; npmDepsHash = "sha256-W3tfIiKCeLPbe/pEkXksJn/XufImp7XU/qJbCYROel8="; forceGitDeps = true; makeCacheWritable = true; Loading Loading
pkgs/by-name/ti/tidal-hifi/electron.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,11 +8,11 @@ let https://github.com/Mastermindzh/tidal-hifi/blob/master/build/electron-builder.base.yml for the expected version */ version = "39.2.4"; version = "40.1.0"; in (fetchzip { url = "https://github.com/castlabs/electron-releases/releases/download/v${version}+wvcus/electron-v${version}+wvcus-linux-x64.zip"; hash = "sha256-i2uoX8RkzHN+j0JjZxmWIP2euJMp8Lv9IUYrrmwP7ww="; hash = "sha256-V9XakjxnfWWu7xZrw45NbOP86FuJjHOuzNBlnxuTzCE="; stripRoot = false; }).overrideAttrs Loading
pkgs/by-name/ti/tidal-hifi/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -92,13 +92,13 @@ let in buildNpmPackage (finalAttrs: { pname = "tidal-hifi"; version = "6.1.0"; version = "6.2.0"; src = fetchFromGitHub { owner = "Mastermindzh"; repo = "tidal-hifi"; tag = finalAttrs.version; hash = "sha256-wNYcjFbePWhtkPqR4byGE+FlRNEUv2/EoTYQE2JRAyE="; hash = "sha256-DIJfVoNFr2K1bII9XJRWqhBw0TGnzZgpx4Eh1EVX2OE="; }; nativeBuildInputs = [ Loading @@ -107,7 +107,7 @@ buildNpmPackage (finalAttrs: { copyDesktopItems ]; npmDepsHash = "sha256-OTETAe9RW3tBkGS7AlboxX/hUiGax7lxbtdXwRnr9X8="; npmDepsHash = "sha256-W3tfIiKCeLPbe/pEkXksJn/XufImp7XU/qJbCYROel8="; forceGitDeps = true; makeCacheWritable = true; Loading