Unverified Commit c93efd47 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

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

parents dce71cf3 4ce5a836
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    },
    "geonames": {
      "timestamp": "20250228235146",
      "hash": "sha256-ljkYXqotHYkJOWRYIGHUhEWN0hVb2ELBAsZnTxLm2tU="
      "hash": "sha256-ACwhGe9506EIlClEVAj0yjy8PcooMscuLgZBjI2xWa8="
    }
  }
}