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 98788b3 + 01a10a7 commit 700336cCopy full SHA for 700336c
pkgs/by-name/js/jsonschema-cli/package.nix
@@ -9,15 +9,15 @@
9
10
rustPlatform.buildRustPackage (finalAttrs: {
11
pname = "jsonschema-cli";
12
- version = "0.42.0";
+ version = "0.42.1";
13
14
src = fetchCrate {
15
16
inherit (finalAttrs) version;
17
- hash = "sha256-L8eCLNpkoLBvGhynYJ47/cG60mDpXKbk+/nbmjeYhQM=";
+ hash = "sha256-tjjgj0PHb1vNe07yNgeU1vC9OiCwcjJ8dyt9k0tRZwY=";
18
};
19
20
- cargoHash = "sha256-WDCNPYQDOmtltsodOZISsDfCyitxfURytUSpvWU8ehE=";
+ cargoHash = "sha256-r/Yc6PX1wT2hpGxqisrIcoVF/dZmafCJ244l8KiMXT0=";
21
22
preCheck = ''
23
export SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt
0 commit comments