[cpan2nix] perlPackages.ProtocolWebSocket: 0.24 -> 0.26

This commit is contained in:
volth 2019-04-22 01:11:18 +00:00
parent 3a8c5abf46
commit 504f17b88d

View File

@ -12746,10 +12746,10 @@ let
}; };
ProtocolWebSocket = buildPerlModule rec { ProtocolWebSocket = buildPerlModule rec {
name = "Protocol-WebSocket-0.24"; name = "Protocol-WebSocket-0.26";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/V/VT/VTI/${name}.tar.gz"; url = "mirror://cpan/authors/id/V/VT/VTI/${name}.tar.gz";
sha256 = "1w0l9j1bnmw82jfhrx5yfw4hbl0bpcwmrl5laa1gz06mkzkdpa6z"; sha256 = "08jmazvrmvp8jn15p2n3c1h3f2cbkr07xjzy197jb8x724vx0dsq";
}; };
buildInputs = [ ModuleBuildTiny ]; buildInputs = [ ModuleBuildTiny ];
}; };