omnictl: 1.4.9 -> 1.5.7

This commit is contained in:
R. Ryantm 2026-02-26 12:11:57 +00:00
parent 26eaeac4e4
commit 914e41b597

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "omnictl";
version = "1.4.9";
version = "1.5.7";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "omni";
rev = "v${version}";
hash = "sha256-oArRGnw4/goAlcw6skw7SRBoPlWAMYHv92Wu7qtBSEQ=";
hash = "sha256-cTc4ZcFBF5RXg0JoI8W+SGVWOWOP3pbZwvvNgMnCB8Y=";
};
vendorHash = "sha256-lVUe1XQr46uzx3kfj7KmoiGFUGEb7UT16IQSI8In8RU=";
vendorHash = "sha256-KMe/gUVA0BSRD0CgEGKnCkK0KR+kDRnPBs1nNcNT7lE=";
ldflags = [
"-s"