Skip to content

Commit 9fb5d29

Browse files
jsonschema-cli: 0.29.1 -> 0.30.0 (#399530)
Co-authored-by: kachick <[email protected]>
2 parents 027936e + 65bc191 commit 9fb5d29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/js/jsonschema-cli/package.nix

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

99
rustPlatform.buildRustPackage rec {
1010
pname = "jsonschema-cli";
11-
version = "0.29.1";
11+
version = "0.30.0";
1212

1313
src = fetchCrate {
1414
inherit pname version;
15-
hash = "sha256-HHS8dt3bJZ3dPWqB5K0h5KQTn/wHRYvIROfYmqfxolw=";
15+
hash = "sha256-AjBVvEixkP7khm3/0U81E/G7tCKoqnfNG05gpgYlqNE=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-RIt+b1Yokc4UMFPxOzO5GARsI32wL71ZmcoN+P/KE5c=";
19+
cargoHash = "sha256-3hZAEjJrJ5vw6kXwY+xTv/mO0lx/KNmXA2lULJkX9aE=";
2020

2121
nativeInstallCheckInputs = [
2222
versionCheckHook

0 commit comments

Comments
 (0)