Merge pull request #323089 from r-ryantm/auto-update/omnictl

omnictl: 0.38.1 -> 0.38.2
This commit is contained in:
Weijia Wang 2024-06-28 15:26:41 +02:00 committed by GitHub
commit bb6b1cf9bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "omnictl";
version = "0.38.1";
version = "0.38.2";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "omni";
rev = "v${version}";
hash = "sha256-fPhirFk6JIybBnDwcvYC/oWizhQSEGsosFuh+n/r/Pg=";
hash = "sha256-Qm5Q+yZq6m/3xAAMdz57fXC13lLDMu5GY1xs5vHAFoo=";
};
vendorHash = "sha256-BF/F/siVIYJT4abOlwQjpnQpmNFdOo566VGPIo08PO0=";