immich-public-proxy: 1.8.0 -> 1.9.0 (#391673)

authored by dotlambda and committed by GitHub 6a101bc2 126db443

+3 -3
+3 -3
pkgs/by-name/im/immich-public-proxy/package.nix
··· 8 8 }: 9 9 buildNpmPackage rec { 10 10 pname = "immich-public-proxy"; 11 - version = "1.8.0"; 11 + version = "1.9.0"; 12 12 src = fetchFromGitHub { 13 13 owner = "alangrainger"; 14 14 repo = "immich-public-proxy"; 15 15 tag = "v${version}"; 16 - hash = "sha256-khOmZj/9/28bADeffAqnbpw9yTvyz+wgBkxZlY9sXPw="; 16 + hash = "sha256-2SqQZfmcGY4814dUeNbOJHwMcWniWaiBV9W4d5ndoaU="; 17 17 }; 18 18 19 19 sourceRoot = "${src.name}/app"; 20 20 21 - npmDepsHash = "sha256-jLXO8in7gWBg24210lEVNpfKq0HFs4b+zXPAZGzXsIg="; 21 + npmDepsHash = "sha256-4T+hvvuH9HxdztASu6OVS2hFsSA/tlk8d8x9QhcEDFs="; 22 22 23 23 # patch in absolute nix store paths so the process doesn't need to cwd in $out 24 24 postPatch = ''