[cpan2nix] perlPackages.ProtocolWebSocket: 0.24 -> 0.26
This commit is contained in:
parent
3a8c5abf46
commit
504f17b88d
1 changed files with 2 additions and 2 deletions
|
@ -12746,10 +12746,10 @@ let
|
|||
};
|
||||
|
||||
ProtocolWebSocket = buildPerlModule rec {
|
||||
name = "Protocol-WebSocket-0.24";
|
||||
name = "Protocol-WebSocket-0.26";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/V/VT/VTI/${name}.tar.gz";
|
||||
sha256 = "1w0l9j1bnmw82jfhrx5yfw4hbl0bpcwmrl5laa1gz06mkzkdpa6z";
|
||||
sha256 = "08jmazvrmvp8jn15p2n3c1h3f2cbkr07xjzy197jb8x724vx0dsq";
|
||||
};
|
||||
buildInputs = [ ModuleBuildTiny ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue