Skip to content

Commit

Permalink
istioctl: 1.23.1 -> 1.23.2 (#349858)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 20, 2024
2 parents ca30f58 + 018cdd0 commit 8484947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/istioctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoModule rec {
pname = "istioctl";
version = "1.23.1";
version = "1.23.2";

src = fetchFromGitHub {
owner = "istio";
repo = "istio";
rev = version;
hash = "sha256-ksTtjPzEY//JMLKzTMqkeqZqD92euvqV0iXziYQvFGg=";
hash = "sha256-Vyd32T19dw0j7PfuAcs6cuDlAhtMnRcUZXvYtEM7D4w=";
};
vendorHash = "sha256-4zNPI5tefOgLwbzxRM9NS/szlUjGo2BiruqP92qmwBU=";
vendorHash = "sha256-Sh/SsVIque5xdyOGCNU188pi0JCDXv90LlV7NCmgpGQ=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 8484947

Please sign in to comment.