Skip to content

Commit

Permalink
perlPackages.NetAsyncWebSocket: 0.13 -> 0.14 (#352432)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg authored Dec 12, 2024
2 parents b9b00ae + 252a4a2 commit 56e8c42
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18594,12 +18594,13 @@ with self; {

NetAsyncWebSocket = buildPerlModule {
pname = "Net-Async-WebSocket";
version = "0.13";
version = "0.14";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/Net-Async-WebSocket-0.13.tar.gz";
hash = "sha256-DayDQtPHii/syr1GZxRd1a3U+4zRjRVtKXoead/hFgA=";
url = "mirror://cpan/authors/id/P/PE/PEVANS/Net-Async-WebSocket-0.14.tar.gz";
hash = "sha256-DuagrDLXM/3w4jlMl2DNRWO6zSi2qOH6TmPGcf93yCc=";
};
propagatedBuildInputs = [ IOAsync ProtocolWebSocket URI ];
buildInputs = [ Test2Suite ];
propagatedBuildInputs = [ IOAsync ProtocolWebSocket URI URIws meta ];
preCheck = lib.optionalString stdenv.hostPlatform.isDarwin ''
# network tests fail on Darwin/sandbox, so disable these
rm -f t/02server.t t/03cross.t
Expand Down

0 comments on commit 56e8c42

Please sign in to comment.