omnictl: 0.37.5 -> 0.38.1

This commit is contained in:
R. Ryantm 2024-06-22 08:52:30 +00:00
parent 47ea5bd487
commit 580513218a

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "omnictl";
version = "0.37.5";
version = "0.38.1";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "omni";
rev = "v${version}";
hash = "sha256-eM3Tq314B4cb4fL7XdJacn2lmsEGvNwPXROoKvwzIKU=";
hash = "sha256-fPhirFk6JIybBnDwcvYC/oWizhQSEGsosFuh+n/r/Pg=";
};
vendorHash = "sha256-4G47S/Mb0zjiAiD7QsXzmbdNmb8hcfGwhuFMfwRuHnY=";
vendorHash = "sha256-BF/F/siVIYJT4abOlwQjpnQpmNFdOo566VGPIo08PO0=";
ldflags = [ "-s" "-w" ];