Skip to content

Commit

Permalink
istioctl: 1.22.3 -> 1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 22, 2024
1 parent 8fe18a3 commit 5596ac5
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.22.3";
version = "1.22.4";

src = fetchFromGitHub {
owner = "istio";
repo = "istio";
rev = version;
hash = "sha256-rtvuGIcjarIc4PmBXM3s/XbMQp/wlU1FhHb1lmXE2go=";
hash = "sha256-yot7HSKM5unfKsBdFAgm1nx/pr3jYnVEJ6Phq4MicZw=";
};
vendorHash = "sha256-0F4GIOT/YUzLLhD9HzNJpGSgfMALiEPAb4vtmLmI+Qs=";
vendorHash = "sha256-PrbYJ+Pz6Z1PO+dOuIV/9Y/1ipr0mFrfcFFmnMaHcTM=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 5596ac5

Please sign in to comment.