Skip to content

Commit

Permalink
kitex: 0.11.0 -> 0.11.3 (#341938)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Sep 18, 2024
2 parents 9787a26 + 259f670 commit 95865f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ki/kitex/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "kitex";
version = "0.11.0";
version = "0.11.3";

src = fetchFromGitHub {
owner = "cloudwego";
repo = "kitex";
rev = "v${version}";
hash = "sha256-SD898LbygIHL0X5YVSoJRdP1GQiB8NGfIAFAlx4Gfe8=";
hash = "sha256-FjFhbkEMxuBUVfytPk27mrBaAlGXZ9RPWeBy+m0bPV8=";
};

vendorHash = "sha256-tdtiG0jf7Ilvs1KZWggGyqBOQXAWs+zlF09AN80AoC0=";
vendorHash = "sha256-e98x8lSwO/u8lFbqDmbVNjVG57Y93/P0ls2UUgRvkH0=";

subPackages = [ "tool/cmd/kitex" ];

Expand Down

0 comments on commit 95865f4

Please sign in to comment.