[cpan2nix] perlPackages.RTClientREST: cleanup

This commit is contained in:
volth 2020-09-09 09:15:26 +00:00
parent 5094d1e114
commit 81e4c11b2d

View File

@ -16988,7 +16988,7 @@ let
pname = "RT-Client-REST";
version = "0.60";
src = fetchurl {
url = mirror://cpan/authors/id/D/DJ/DJZORT/RT-Client-REST-0.60.tar.gz;
url = "mirror://cpan/authors/id/D/DJ/DJZORT/RT-Client-REST-0.60.tar.gz";
sha256 = "0e6f2da3d96903491b43b19c61221cbeea88414264f907312f277daaf144248b";
};
buildInputs = [ CGI HTTPServerSimple TestException ];