lol

hypercore: 11.7.0 -> 11.8.3 (#411989)

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

authored by

nixpkgs-merge-bot[bot]
eljamm
and committed by
GitHub
7fd3d3b1 7d355349

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