Unverified Commit 825876b2 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

tidal-hifi: 5.19.0 -> 5.20.0 (#424075)

parents 7a605818 54312344
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
}:

let
  version = "5.19.0";
  version = "5.20.0";

  electronLibPath = lib.makeLibraryPath [
    alsa-lib
@@ -95,7 +95,7 @@ buildNpmPackage (self: {
    owner = "Mastermindzh";
    repo = "tidal-hifi";
    tag = version;
    hash = "sha256-/pPmfgKwrtOrEu7YVJTuQF/FIMa+W6uSnFbMFuyURFQ=";
    hash = "sha256-PENNkmCiCFcaHNCBfwVitYfqKN0ZR0QHwE3WQHp0tGI=";
  };

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

  npmDepsHash = "sha256-TNhD/ZkqJtsidAEIOL/WmJZw09BuFgd4ECnzbieNhVY=";
  npmDepsHash = "sha256-4J5wGq/zpEK+xKtVg2zf7lIDHo9d4KW5fDY05siaFC4=";
  forceGitDeps = true;
  makeCacheWritable = true;