Commit 2c4a1012 authored by R. RyanTM's avatar R. RyanTM
Browse files

immich-public-proxy: 1.13.7 -> 1.14.1

parent d229de74
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@
}:
buildNpmPackage rec {
  pname = "immich-public-proxy";
  version = "1.13.7";
  version = "1.14.1";
  src = fetchFromGitHub {
    owner = "alangrainger";
    repo = "immich-public-proxy";
    tag = "v${version}";
    hash = "sha256-XENy/zmH4UzUaqE4doiSNmTrbrsTMrd/hlhbanEhg6k=";
    hash = "sha256-M1BFFiToG29TQGOx61J7QOYrv1N2oUAPtN2bYJk1Bmk=";
  };

  sourceRoot = "${src.name}/app";

  npmDepsHash = "sha256-T3YPIvK5h3XmCTLybzY1fhjlB2u2fLdeOHiGbT3Xgd4=";
  npmDepsHash = "sha256-RAerbmCN3znIDqcFrGmfcSFzpj3gb5PbNLTKXLZvH0Y=";

  # patch in absolute nix store paths so the process doesn't need to cwd in $out
  postPatch = ''