Skip to content

Commit 15b145a

Browse files
authored
json-schema-catalog-rs: 0.2.0 -> 0.2.1 (NixOS#468601)
2 parents 4fca343 + a84e4e8 commit 15b145a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/js/json-schema-catalog-rs/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
rustPlatform.buildRustPackage (finalAttrs: {
1212
pname = "json-schema-catalog-rs";
13-
version = "0.2.0";
13+
version = "0.2.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "roberth";
1717
repo = "json-schema-catalog-rs";
1818
tag = finalAttrs.version;
19-
hash = "sha256-AEtE57WYmuTaU1hQUw2NyA+hj9odIktZVQ+mDE2+Sdc=";
19+
hash = "sha256-KmUpnpVBfVhdHLQVqcVoNCM6KODfIeTUNagOR69ntQY=";
2020
};
2121

22-
cargoHash = "sha256-fW2sODIFRXcDfzPnmYW0sH/dLe8sbRjQLtLWDlAJPxQ=";
22+
cargoHash = "sha256-ydygZWAcKNMRw2v6ci2x8b7ca3T5dEGYukEwHnJb7jo=";
2323

2424
doInstallCheck = true;
2525
nativeInstallCheckInputs = [ versionCheckHook ];

0 commit comments

Comments
 (0)