Commit 62fddf40 authored by Jon Seager's avatar Jon Seager Committed by Bjørn Forsman
Browse files

homepage-dashboard: 0.8.8 -> 0.8.9

https://github.com/gethomepage/homepage/releases/tag/v0.8.9

Remove patch which is now included upstream.
parent c58f136b
Loading
Loading
Loading
Loading
+3 −17
Original line number Diff line number Diff line
@@ -29,30 +29,16 @@ let
in
buildNpmPackage rec {
  pname = "homepage-dashboard";
  version = "0.8.8";
  version = "0.8.9";

  src = fetchFromGitHub {
    owner = "gethomepage";
    repo = "homepage";
    rev = "v${version}";
    hash = "sha256-QPMjf+VpsjvIrjjhDuZqd8VLl2Uu5Wop286Yn8XeRWk=";
    hash = "sha256-wG7+w6Hsqs1skxUyEMx2j3R8qh3dHXtBg2ADdWBPc/g=";
  };

  npmDepsHash = "sha256-u15lDdXnV3xlXAC9WQQKLIeV/AgtRM1sFNsacw3j6kU=";

  # This project is primarily designed to be consumed through Docker.
  # By default it logs to stdout, and also to a directory. This makes
  # little sense here where all the logs will be collated in the
  # systemd journal anyway, so the patch removes the file logging.
  # This patch has been suggested upstream, but the contribution won't
  # be accepted until it gets at least 10 upvotes, per their policy:
  # https://github.com/gethomepage/homepage/discussions/3067
  patches = [
    (fetchpatch {
      url = "https://github.com/gethomepage/homepage/commit/3be28a2c8b68f2404e4083e7f32eebbccdc4d293.patch";
      hash = "sha256-5fUOXiHBZ4gdPeOHe1NIaBLaHJTDImsRjSwtueQOEXY=";
    })
  ];
  npmDepsHash = "sha256-ZpH9rVe3bAhVbq7uTVDvaPpA6XRRKT/ySdytZMlemCE=";

  preBuild = ''
    mkdir -p config