Diff nomad-1.4.3 with a nomad-1.5.3

/usr/portage/sys-cluster/nomad/nomad-1.5.3.ebuild 2023-10-09 14:52:35.464368501 +0300
1
# Copyright 2020-2022 Gentoo Authors
1
# Copyright 2020-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5
inherit go-module systemd
6
GIT_COMMIT=f464aca721d222ae9c1f3df643b3c3aaa20e2da7
6
GIT_COMMIT=434f7a1745c6304d607562daa9a4a635def7153f
7 7

  
8 8
DESCRIPTION="A simple and flexible workload orchestrator"
9 9
HOMEPAGE="https://nomadproject.io"
Thank you!