istioctl: 1.27.3 -> 1.28.0 (#458920)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-06 08:47:00 +00:00
committed by GitHub

View File

@@ -7,15 +7,15 @@
buildGoModule rec {
pname = "istioctl";
version = "1.27.3";
version = "1.28.0";
src = fetchFromGitHub {
owner = "istio";
repo = "istio";
rev = version;
hash = "sha256-MgicdVRYHdp38lHY7VjAH+4xKD9sgEroEIwNkSmbfjU=";
hash = "sha256-NLARp5Gw04UosyLw3TkEmtvSLKa+tYp4s60UKvcJOgw=";
};
vendorHash = "sha256-AJzEAFZZe4QtuYRcIJ8GwosbBi5gWn+DAOpVS8JnAdQ=";
vendorHash = "sha256-ge9aR3ZYOJaYp0D1UWzzg40nXlwM/Sl1Ep+u1CmdSV8=";
nativeBuildInputs = [ installShellFiles ];