omnictl: 0.51.0 -> 0.52.0 (#423586)

Co-authored-by: raylas <raylas@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-08 23:26:40 +00:00
committed by GitHub
co-authored by raylas
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "omnictl";
version = "0.51.0";
version = "0.52.0";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "omni";
rev = "v${version}";
hash = "sha256-PIUaR+Pdy4vJMqYfw1x8ts0yDlDcA0dOzviw/wLf45M=";
hash = "sha256-4QL3Km987i6D5AZNVd62r6YPu2+tKALugawtSMw7z30=";
};
vendorHash = "sha256-Re6CTQVJcNLhaw6K2W+zRNG42lLV1dSd0O9DDrH8jMY=";
vendorHash = "sha256-/ibquRHzzoZTf9oQUz1LOjm2WqeEBt9mkD9dDsoefUA=";
ldflags = [
"-s"