Skip to content

Commit 700336c

Browse files
jsonschema-cli: 0.42.0 -> 0.42.1 (#493063)
2 parents 98788b3 + 01a10a7 commit 700336c

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
@@ -9,15 +9,15 @@
99

1010
rustPlatform.buildRustPackage (finalAttrs: {
1111
pname = "jsonschema-cli";
12-
version = "0.42.0";
12+
version = "0.42.1";
1313

1414
src = fetchCrate {
1515
pname = "jsonschema-cli";
1616
inherit (finalAttrs) version;
17-
hash = "sha256-L8eCLNpkoLBvGhynYJ47/cG60mDpXKbk+/nbmjeYhQM=";
17+
hash = "sha256-tjjgj0PHb1vNe07yNgeU1vC9OiCwcjJ8dyt9k0tRZwY=";
1818
};
1919

20-
cargoHash = "sha256-WDCNPYQDOmtltsodOZISsDfCyitxfURytUSpvWU8ehE=";
20+
cargoHash = "sha256-r/Yc6PX1wT2hpGxqisrIcoVF/dZmafCJ244l8KiMXT0=";
2121

2222
preCheck = ''
2323
export SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt

0 commit comments

Comments
 (0)