Merge pull request #168204 from r-ryantm/auto-update/assign-lb-ip

assign-lb-ip: 2.3.0 -> 2.3.1

authored by Mario Rodas and committed by GitHub 02415ea7 e1fd483d

+3 -3
+3 -3
pkgs/applications/networking/cluster/assign-lb-ip/default.nix
··· 2 3 buildGoModule rec { 4 pname = "assign-lb-ip"; 5 - version = "2.3.0"; 6 7 src = fetchFromGitHub { 8 owner = "Nordix"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-VaxzU8HC+LQTyhL9pxvjiPa6T5v77RT2B7A0IuU/CUg="; 12 }; 13 14 - vendorSha256 = "sha256-j9SweQq45sYk0lH6zkFrmWRlVhhMO8rLJGQxS6smAVw="; 15 16 meta = with lib; { 17 description = "Assigns loadBalancerIP address to a Kubernetes service for testing purposes";
··· 2 3 buildGoModule rec { 4 pname = "assign-lb-ip"; 5 + version = "2.3.1"; 6 7 src = fetchFromGitHub { 8 owner = "Nordix"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-Sfi58wcX61HNCmlDoparTqnfsuxu6barSnV0uYlC+ng="; 12 }; 13 14 + vendorSha256 = "sha256-N78a0pjs2Bg2Bslk/I0ntL88ui4IkRGenL0Pn17Lt/w="; 15 16 meta = with lib; { 17 description = "Assigns loadBalancerIP address to a Kubernetes service for testing purposes";