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