immich: bump geodata

This commit is contained in:
Sandro Jäckel
2026-07-10 13:25:54 +02:00
parent a91eb2fd27
commit 29dc9bdb1d
+2 -2
View File
@@ -77,14 +77,14 @@ let
# The geodata website is not versioned, so we use the internet archive
geodata =
let
timestamp = "20260408011516";
timestamp = "20260710111330";
date =
"${lib.substring 0 4 timestamp}-${lib.substring 4 2 timestamp}-${lib.substring 6 2 timestamp}T"
+ "${lib.substring 8 2 timestamp}:${lib.substring 10 2 timestamp}:${lib.substring 12 2 timestamp}Z";
in
runCommand "immich-geodata"
{
outputHash = "sha256-WSKaTn54+8ckXPsk3jsOJ4yCsO0jLKf3y+apqwNlHc4=";
outputHash = "sha256-Pf5u+bqzF2x1PECxKwZ6dfGiEj1YMlRejTcTI1amMvU=";
outputHashMode = "recursive";
nativeBuildInputs = [
cacert