We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8889f44 + 0ac472c commit b0ceaa6Copy full SHA for b0ceaa6
pkgs/by-name/op/openapi-tui/package.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "openapi-tui";
11
- version = "0.10.0";
+ version = "0.10.2";
12
13
src = fetchFromGitHub {
14
owner = "zaghaghi";
15
repo = "openapi-tui";
16
rev = version;
17
- hash = "sha256-EUWL16cHgPF88CoCD9sqnxLOlmWoe1tu5ps01AYwwzc=";
+ hash = "sha256-rC0lfWZpiiAAShyVDqr1gKTeWmWC+gVp4UmL96Y81mE=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-JlfsWR0NAvGBljxlBuyIT1vffvXaGkf6AVW70/c+JBs=";
+ cargoHash = "sha256-911ARjYvTNqLVVUWxATbtiKXOC9AqalFvDvp/qAef1Q=";
22
23
OPENSSL_NO_VENDOR = true;
24
0 commit comments