Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

json-sort-cli: 2.0.2 -> 2.0.3

R. Ryantm ebb0a834 398f7eb6

+3 -3
+3 -3
pkgs/by-name/js/json-sort-cli/package.nix
··· 8 8 9 9 buildNpmPackage rec { 10 10 pname = "json-sort-cli"; 11 - version = "2.0.2"; 11 + version = "2.0.3"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "tillig"; 15 15 repo = "json-sort-cli"; 16 16 tag = "v${version}"; 17 - hash = "sha256-h7RlAFSb2pFolkd+0M5tddPxM5RgZJtNLLAoTuYNdIQ="; 17 + hash = "sha256-0NiDrZM00B3GcG+bH40QJZFXBFzY+4r1E1w1NbhiqUE="; 18 18 }; 19 19 20 - npmDepsHash = "sha256-g+6yLvEnZ2Zi7+4M+KDVSL2Qf3COWGgiBtpYrwG4HRM="; 20 + npmDepsHash = "sha256-UGy1+AfIWQTCP38E1w7I8PTc7Bsh/2gV5wNmfCvIau8="; 21 21 dontNpmBuild = true; 22 22 23 23 doCheck = true;