Unverified Commit e4813e6e authored by R. RyanTM's avatar R. RyanTM Committed by Yifei Sun
Browse files

immich-go: 0.25.2 -> 0.25.3

parent bb884bb8
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
buildGoModule rec {
  pname = "immich-go";
  version = "0.25.2";
  version = "0.25.3";

  src = fetchFromGitHub {
    owner = "simulot";
    repo = "immich-go";
    tag = "v${version}";
    hash = "sha256-YTijKTelSFDVYSx0XocOx2OqEDCtoIMGBLEH3uUbg20=";
    hash = "sha256-l4D0tE0yB2eLy9QlB9kraOtCUfqVRhYyaMUb/Xvv82c=";

    # Inspired by: https://github.com/NixOS/nixpkgs/blob/f2d7a289c5a5ece8521dd082b81ac7e4a57c2c5c/pkgs/applications/graphics/pdfcpu/default.nix#L20-L32
    # The intention here is to write the information into files in the `src`'s
@@ -32,7 +32,7 @@ buildGoModule rec {
    '';
  };

  vendorHash = "sha256-AC+nXaUvnppEIPDthfWDffeoh8hcsd3wDynmF34XBD8=";
  vendorHash = "sha256-z9gS8i9GatDq4flomPcBUpf7b/6BJZ42lGOmpfpdmao=";

  # options used by upstream:
  # https://github.com/simulot/immich-go/blob/v0.25.0/.goreleaser.yaml
@@ -48,6 +48,8 @@ buildGoModule rec {
    ldflags+=" -X github.com/simulot/immich-go/Date=$(cat SOURCE_DATE)"
  '';

  __darwinAllowLocalNetworking = true;

  nativeCheckInputs = [
    writableTmpDirAsHomeHook
  ];