We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fca343 + a84e4e8 commit 15b145aCopy full SHA for 15b145a
pkgs/by-name/js/json-schema-catalog-rs/package.nix
@@ -10,16 +10,16 @@
10
11
rustPlatform.buildRustPackage (finalAttrs: {
12
pname = "json-schema-catalog-rs";
13
- version = "0.2.0";
+ version = "0.2.1";
14
15
src = fetchFromGitHub {
16
owner = "roberth";
17
repo = "json-schema-catalog-rs";
18
tag = finalAttrs.version;
19
- hash = "sha256-AEtE57WYmuTaU1hQUw2NyA+hj9odIktZVQ+mDE2+Sdc=";
+ hash = "sha256-KmUpnpVBfVhdHLQVqcVoNCM6KODfIeTUNagOR69ntQY=";
20
};
21
22
- cargoHash = "sha256-fW2sODIFRXcDfzPnmYW0sH/dLe8sbRjQLtLWDlAJPxQ=";
+ cargoHash = "sha256-ydygZWAcKNMRw2v6ci2x8b7ca3T5dEGYukEwHnJb7jo=";
23
24
doInstallCheck = true;
25
nativeInstallCheckInputs = [ versionCheckHook ];
0 commit comments