Unverified Commit d3353b07 authored by Gerg-L's avatar Gerg-L
Browse files

tidal-hifi: 6.0.1 -> 6.1.0

parent d29a858b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -92,13 +92,13 @@ let
in
buildNpmPackage (finalAttrs: {
  pname = "tidal-hifi";
  version = "6.0.1";
  version = "6.1.0";

  src = fetchFromGitHub {
    owner = "Mastermindzh";
    repo = "tidal-hifi";
    tag = finalAttrs.version;
    hash = "sha256-wc8KsZGNjaIG9sijVGEzoJ7ZTmu4xX8b/ETjlMkNyDs=";
    hash = "sha256-wNYcjFbePWhtkPqR4byGE+FlRNEUv2/EoTYQE2JRAyE=";
  };

  nativeBuildInputs = [
@@ -107,7 +107,7 @@ buildNpmPackage (finalAttrs: {
    copyDesktopItems
  ];

  npmDepsHash = "sha256-lec3XcdZc+lcp/b175m/4dgBPLJCvlUPN8Ttqdehgw4=";
  npmDepsHash = "sha256-OTETAe9RW3tBkGS7AlboxX/hUiGax7lxbtdXwRnr9X8=";
  forceGitDeps = true;
  makeCacheWritable = true;