Skip to content

hyperswarm: 4.7.3 -> 4.11.1 #717

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
4 changes: 2 additions & 2 deletions pkgs/by-name/hyperswarm/dream2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
rec {
name = "hyperswarm-${version}";
version = "4.7.3";
version = "4.11.1";

imports = [
dream2nix.modules.dream2nix.nodejs-package-lock-v3
Expand All @@ -18,7 +18,7 @@ rec {
owner = "holepunchto";
repo = "hyperswarm";
rev = "v${version}";
sha256 = "sha256-VjRPTsgkc2179ZRS2wAtXlf20jmaPbtyrwcFgG7+N5A=";
sha256 = "1rvyh6xnymhhz2hwk0n5bi0r4j4s703gxd7671x16sz8jykkcnzf";
};

# We don't know why tests only fail on CI
Expand Down
Loading