Skip to content

Commit

Permalink
perlPackages.JSONValidator: 3.18 -> 3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
stigtsp committed Feb 26, 2020
1 parent bee470e commit 338da54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9708,10 +9708,10 @@ let

JSONValidator = buildPerlPackage {
pname = "JSON-Validator";
version = "3.18";
version = "3.23";
src = fetchurl {
url = mirror://cpan/authors/id/J/JH/JHTHORSEN/JSON-Validator-3.18.tar.gz;
sha256 = "a62474311b57c0a01ad06a5e340ec10d3723d74fd019304c769ffc7a61b5a47a";
url = "mirror://cpan/authors/id/J/JH/JHTHORSEN/JSON-Validator-3.23.tar.gz";
sha256 = "1fzy2z7mkg5vgcjvykh5ay8yg6q496wi14x9wp5hc9agplsq7f0s";
};
buildInputs = [ TestDeep ];
propagatedBuildInputs = [ DataValidateDomain DataValidateIP Mojolicious NetIDNEncode YAMLLibYAML ];
Expand Down

0 comments on commit 338da54

Please sign in to comment.