Merge pull request #296307 from r-ryantm/auto-update/openapi-tui

openapi-tui: 0.4.0 -> 0.5.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-16 06:29:32 +00:00 committed by GitHub
commit 58ec81fa9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "openapi-tui";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "zaghaghi";
repo = "openapi-tui";
rev = version;
hash = "sha256-7xkjlX3+/hdVN2PXoiXbouSoMLy0Qe8uMRlPHWJO5Ts=";
hash = "sha256-flxQ5+nLacQAkrxJafw9D3iXYTFpHcmTshEySmFJ0Cc=";
};
cargoHash = "sha256-U8TOms8C7vV64OKKdJhMAoOha9s2lBqfBWU7pyZ0h/s=";
cargoHash = "sha256-vfEDbUrIXc498QnMJJlMGyTUDvlHgquB5GpWTe7yCvM=";
meta = with lib; {
description = "Terminal UI to list, browse and run APIs defined with openapi spec";