Skip to content

Commit c6d5534

Browse files
immich-go: 0.26.2 -> 0.26.3 (#410984)
Co-authored-by: kai-tub <[email protected]>
2 parents b8bed79 + 0271935 commit c6d5534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/im/immich-go/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
}:
1010
buildGoModule rec {
1111
pname = "immich-go";
12-
version = "0.26.2";
12+
version = "0.26.3";
1313

1414
src = fetchFromGitHub {
1515
owner = "simulot";
1616
repo = "immich-go";
1717
tag = "v${version}";
18-
hash = "sha256-mC7C5B2e57xWrqbyaLM2n79BgdmlgiF2TxTmxT/McSA=";
18+
hash = "sha256-M7hvT7y11X6BN6WJqTIlb5b5x7kaa7MAdhbztZAvJ48=";
1919

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

35-
vendorHash = "sha256-z9gS8i9GatDq4flomPcBUpf7b/6BJZ42lGOmpfpdmao=";
35+
vendorHash = "sha256-7zOW1nRhxh+jpGNxAxgepC67NCBA3IIfcOKmniGjkwM=";
3636

3737
# options used by upstream:
3838
# https://github.com/simulot/immich-go/blob/v0.25.0/.goreleaser.yaml

0 commit comments

Comments
 (0)