immich-go: 1.21.3 -> 0.22.0
This commit is contained in:
parent
92234fadbc
commit
1c17f11557
@ -1,13 +1,13 @@
|
|||||||
{ lib, buildGoModule, fetchFromGitHub, nix-update-script, testers, immich-go }:
|
{ lib, buildGoModule, fetchFromGitHub, nix-update-script, testers, immich-go }:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "immich-go";
|
pname = "immich-go";
|
||||||
version = "1.21.3";
|
version = "0.22.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "simulot";
|
owner = "simulot";
|
||||||
repo = "immich-go";
|
repo = "immich-go";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
hash = "sha256-DgTEkiT9D+8wa6mzWWnsh98f7hEEK5r3QiH2e1yarCU=";
|
hash = "sha256-dSyVn7CQqZ/tCxF/Yl12eubWkZrV5FM8uRexCjZILbw=";
|
||||||
|
|
||||||
# Inspired by: https://github.com/NixOS/nixpkgs/blob/f2d7a289c5a5ece8521dd082b81ac7e4a57c2c5c/pkgs/applications/graphics/pdfcpu/default.nix#L20-L32
|
# 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
|
# The intention here is to write the information into files in the `src`'s
|
||||||
|
Loading…
Reference in New Issue
Block a user