immich-kiosk: 0.30.2 -> 0.31.0

This commit is contained in:
R. Ryantm 2026-01-22 17:33:48 +00:00
commit 57657722aa

View file

@ -9,20 +9,20 @@
}:
buildGoModule rec {
pname = "immich-kiosk";
version = "0.30.2";
version = "0.31.0";
src = fetchFromGitHub {
owner = "damongolding";
repo = "immich-kiosk";
tag = "v${version}";
hash = "sha256-q321eiHXzYfch3qod1w1EAk95AAvLiDZhhiKmyL2Ki4=";
hash = "sha256-PHdHhhVy0RWMFzR4ZEyWLOiRYHROadLiPIdqkUZMTow=";
};
# Delete vendor directory to regenerate it consistently across platforms
postPatch = ''
rm -rf vendor
'';
vendorHash = "sha256-XZ49wYC+oUqEL0HXeqdRQAI2Y4zJAMgfqL/+6RrBWos=";
vendorHash = "sha256-3M3fXwCkljfY8wjXf+PdcbqnkyPKaDCJWt9/nRA/+Dc=";
proxyVendor = true;
pnpmDeps = fetchPnpmDeps {