immich-public-proxy: 1.11.3 -> 1.11.5
This commit is contained in:
parent
cdeba33c9d
commit
f6d5a9bc1a
@ -8,17 +8,17 @@
|
|||||||
}:
|
}:
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "immich-public-proxy";
|
pname = "immich-public-proxy";
|
||||||
version = "1.11.3";
|
version = "1.11.5";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alangrainger";
|
owner = "alangrainger";
|
||||||
repo = "immich-public-proxy";
|
repo = "immich-public-proxy";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-rroccsVgPsBOTQ/2Mb+BoqOm59LdjqSqKsL40n7NXss=";
|
hash = "sha256-jSAQbACWEt/gyZbr4sOM17t3KZoxPOM0RZFbsLZfcRM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/app";
|
sourceRoot = "${src.name}/app";
|
||||||
|
|
||||||
npmDepsHash = "sha256-9zuw24lPFsDWHrplShsCQDrUpBa6U+NeRVJNSI4OJHA=";
|
npmDepsHash = "sha256-av+XKzrTl+8xizYFZwCTmaLNsbBnusf03I1Uvkp0sF8=";
|
||||||
|
|
||||||
# patch in absolute nix store paths so the process doesn't need to cwd in $out
|
# patch in absolute nix store paths so the process doesn't need to cwd in $out
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user