Unverified Commit 940b76af authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

immich-public-proxy: 1.15.1 -> 1.15.3 (#492184)

parents 1d8ab1d3 1a951b2f
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.15.1";
  version = "1.15.3";
  src = fetchFromGitHub {
    owner = "alangrainger";
    repo = "immich-public-proxy";
    tag = "v${version}";
    hash = "sha256-bZKBKHO6WHzN+TFQDgQGqPNCDAQ26ks8gsNPsrKpW4E=";
    hash = "sha256-ZOI5PtckA/M33iRmSBgTuNOpCgXfU7Oze6HJ4PCppz4=";
  };

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

  npmDepsHash = "sha256-UGl2ZUb3SQOlT1femMtCxup5998WseDr/laJKlSB6cM=";
  npmDepsHash = "sha256-keRVYgzeiWG5h5fKBhqdl8d+ibR48OGy4jitjemavVA=";

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