hyperswarm: 4.11.7 -> 4.12.1 (#424942)
Co-authored-by: eljamm <eljamm@users.noreply.github.com>
This commit is contained in:
@@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
buildNpmPackage (finalAttrs: {
|
buildNpmPackage (finalAttrs: {
|
||||||
pname = "hyperswarm";
|
pname = "hyperswarm";
|
||||||
version = "4.11.7";
|
version = "4.12.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "holepunchto";
|
owner = "holepunchto";
|
||||||
repo = "hyperswarm";
|
repo = "hyperswarm";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-Z/FNBDJbiyR5AY40RDtiuQmjNUZ+BSGv8aewBnhSNZw=";
|
hash = "sha256-BQ1/kNJAFoxPJ2I3dyV7EHafKfbbDqCQw039VT4YLT8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-4ysUYFIFlzr57J7MdZit1yX3Dgpb2eY0rdYnwyppwK0=";
|
npmDepsHash = "sha256-4ysUYFIFlzr57J7MdZit1yX3Dgpb2eY0rdYnwyppwK0=";
|
||||||
|
|||||||
Reference in New Issue
Block a user