hypercore: 11.8.3 -> 11.9.1 (#418010)

Co-authored-by: eljamm <eljamm@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] eljamm and committed by GitHub 6d8d6b77 19a21665

+2 -2
+2 -2
pkgs/by-name/hy/hypercore/package.nix
··· 7 7 8 8 buildNpmPackage (finalAttrs: { 9 9 pname = "hypercore"; 10 - version = "11.8.3"; 10 + version = "11.9.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "holepunchto"; 14 14 repo = "hypercore"; 15 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-3b1Q2fDEGEqI/HW/zKgxbzqFn368V5kHVETqRcJF+1U="; 16 + hash = "sha256-aOF/wsq3m+CBrnZkkheukSmYuujOzRb8nJKp4AhZ3kc="; 17 17 }; 18 18 19 19 npmDepsHash = "sha256-ZJxVmQWKgHyKkuYfGIlANXFcROjI7fibg6mxIhDZowM=";