Skip to content

Commit b0ceaa6

Browse files
authored
openapi-tui: 0.10.0 -> 0.10.2 (#387917)
2 parents 8889f44 + 0ac472c commit b0ceaa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/op/openapi-tui/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "openapi-tui";
11-
version = "0.10.0";
11+
version = "0.10.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "zaghaghi";
1515
repo = "openapi-tui";
1616
rev = version;
17-
hash = "sha256-EUWL16cHgPF88CoCD9sqnxLOlmWoe1tu5ps01AYwwzc=";
17+
hash = "sha256-rC0lfWZpiiAAShyVDqr1gKTeWmWC+gVp4UmL96Y81mE=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-JlfsWR0NAvGBljxlBuyIT1vffvXaGkf6AVW70/c+JBs=";
21+
cargoHash = "sha256-911ARjYvTNqLVVUWxATbtiKXOC9AqalFvDvp/qAef1Q=";
2222

2323
OPENSSL_NO_VENDOR = true;
2424

0 commit comments

Comments
 (0)