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 027936e + 65bc191 commit 9fb5d29Copy full SHA for 9fb5d29
pkgs/by-name/js/jsonschema-cli/package.nix
@@ -8,15 +8,15 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "jsonschema-cli";
11
- version = "0.29.1";
+ version = "0.30.0";
12
13
src = fetchCrate {
14
inherit pname version;
15
- hash = "sha256-HHS8dt3bJZ3dPWqB5K0h5KQTn/wHRYvIROfYmqfxolw=";
+ hash = "sha256-AjBVvEixkP7khm3/0U81E/G7tCKoqnfNG05gpgYlqNE=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-RIt+b1Yokc4UMFPxOzO5GARsI32wL71ZmcoN+P/KE5c=";
+ cargoHash = "sha256-3hZAEjJrJ5vw6kXwY+xTv/mO0lx/KNmXA2lULJkX9aE=";
20
21
nativeInstallCheckInputs = [
22
versionCheckHook
0 commit comments