Unverified Commit e3af27cc authored by Valentin Gagarin's avatar Valentin Gagarin Committed by GitHub
Browse files

hypercore: 11.10.0 -> 11.11.0 (#425866)

parents 24fad77a 85181ed1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildNpmPackage (finalAttrs: {
  pname = "hypercore";
  version = "11.10.0";
  version = "11.11.0";

  src = fetchFromGitHub {
    owner = "holepunchto";
    repo = "hypercore";
    tag = "v${finalAttrs.version}";
    hash = "sha256-6Z6HbolPa3b4EKjUwNGw7gDAg4ijFadBDwpt3l6GUqo=";
    hash = "sha256-fv/m/AicHW3cdatpsSAvv+PBo+2J1mE8pK+IWysY7D0=";
  };

  npmDepsHash = "sha256-ZJxVmQWKgHyKkuYfGIlANXFcROjI7fibg6mxIhDZowM=";