immich: update geonames hash and allow overriding of sourcesJSON (#386137)

This commit is contained in:
Robert Schütz
2025-03-01 18:26:24 -08:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -31,10 +31,11 @@
perl,
pixman,
vips,
sourcesJSON ? ./sources.json,
}:
let
buildNpmPackage' = buildNpmPackage.override { inherit nodejs; };
sources = lib.importJSON ./sources.json;
sources = lib.importJSON sourcesJSON;
inherit (sources) version;
buildLock = {
+1 -1
View File
@@ -20,7 +20,7 @@
},
"geonames": {
"timestamp": "20250228235146",
"hash": "sha256-ljkYXqotHYkJOWRYIGHUhEWN0hVb2ELBAsZnTxLm2tU="
"hash": "sha256-ACwhGe9506EIlClEVAj0yjy8PcooMscuLgZBjI2xWa8="
}
}
}