nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

[Backport release-25.11] immich: 2.6.0 -> 2.6.1 (#501455)

authored by

dotlambda and committed by
GitHub
94cd716e ef7b53e6

+3 -3
+3 -3
pkgs/by-name/im/immich/package.nix
··· 115 115 in 116 116 stdenv.mkDerivation (finalAttrs: { 117 117 pname = "immich"; 118 - version = "2.6.0"; 118 + version = "2.6.1"; 119 119 120 120 src = fetchFromGitHub { 121 121 owner = "immich-app"; 122 122 repo = "immich"; 123 123 tag = "v${finalAttrs.version}"; 124 - hash = "sha256-t7au8AEvRWflxWdgZsb6qAZ5LNBNaozbroKjGzMm4qw="; 124 + hash = "sha256-SfvX4QTo/rXXQouwIAGrUdVbaVC4q2Ba3BRaZzjAgig="; 125 125 }; 126 126 127 127 pnpmDeps = fetchPnpmDeps { 128 128 inherit (finalAttrs) pname version src; 129 129 inherit pnpm; 130 130 fetcherVersion = 3; 131 - hash = "sha256-Q2ncnQ9v5HEVKGFLRM2KDjDR2ZDe89WIR/DGDmapjs0="; 131 + hash = "sha256-KH2uqAow8oEm6LB3+CVhlCmOjISuW4E0YAdbdrwjiuU="; 132 132 }; 133 133 134 134 postPatch = ''