Unverified Commit 4ebc5ca0 authored by André Silva's avatar André Silva Committed by GitHub
Browse files

tidal-hifi: 5.20.1 -> 6.0.0 (#474949)

parents 2c751f5d 33466f16
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@ let
    https://github.com/Mastermindzh/tidal-hifi/blob/master/build/electron-builder.base.yml
     for the expected version
  */
  version = "37.2.5";
  version = "39.2.4";
in
(fetchzip {
  url = "https://github.com/castlabs/electron-releases/releases/download/v${version}+wvcus/electron-v${version}+wvcus-linux-x64.zip";
  hash = "sha256-mRbweXYfsWxu7I+pqtBjgA0n+ad2iFawVbDUBT5+LZo=";
  hash = "sha256-i2uoX8RkzHN+j0JjZxmWIP2euJMp8Lv9IUYrrmwP7ww=";
  stripRoot = false;

}).overrideAttrs
+3 −3
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
}:

let
  version = "5.20.1";
  version = "6.0.0";

  electronLibPath = lib.makeLibraryPath [
    alsa-lib
@@ -95,7 +95,7 @@ buildNpmPackage (self: {
    owner = "Mastermindzh";
    repo = "tidal-hifi";
    tag = version;
    hash = "sha256-uiRvbxUztLwNSB1BHa9rGrPl2akt21VqxEV4pBgNwPo=";
    hash = "sha256-t9sNOLIhxA2/5tpILgGkNkkg1wmX2smcEeWWh424GPA=";
  };

  nativeBuildInputs = [
@@ -104,7 +104,7 @@ buildNpmPackage (self: {
    copyDesktopItems
  ];

  npmDepsHash = "sha256-BsHlATxdZ/5QFr2HAGSeKo+aR7udfD6X8h/qyJnBrr0=";
  npmDepsHash = "sha256-CvqKElGYJ/sXxIz/vEWi21tyyPbRoZgQG8We1g2XNHM=";
  forceGitDeps = true;
  makeCacheWritable = true;