aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/peertube/yarn_fix_http_node.patch
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-09 17:54:17 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-09 17:59:32 +0200
commitb639cc33725fed62988b616909843bea7f7aebe3 (patch)
tree8735eb30b8cea59c44cb839299eda061e5714b04 /pkgs/webapps/peertube/yarn_fix_http_node.patch
parent01c4c5a4f6314cbebf65ce68bc941efb0e4c6aa5 (diff)
downloadNix-b639cc33725fed62988b616909843bea7f7aebe3.tar.gz
Nix-b639cc33725fed62988b616909843bea7f7aebe3.tar.zst
Nix-b639cc33725fed62988b616909843bea7f7aebe3.zip
Upgrade peertube to latest version
Diffstat (limited to 'pkgs/webapps/peertube/yarn_fix_http_node.patch')
-rw-r--r--pkgs/webapps/peertube/yarn_fix_http_node.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/pkgs/webapps/peertube/yarn_fix_http_node.patch b/pkgs/webapps/peertube/yarn_fix_http_node.patch
new file mode 100644
index 0000000..bf31e2d
--- /dev/null
+++ b/pkgs/webapps/peertube/yarn_fix_http_node.patch
@@ -0,0 +1,26 @@
1diff --git a/yarn.lock b/yarn.lock
2index 76ce7ed27..f087746df 100644
3--- a/yarn.lock
4+++ b/yarn.lock
5@@ -2787,7 +2837,7 @@ http-errors@~1.7.2:
6
7 "http-node@github:feross/http-node#webtorrent":
8 version "1.2.0"
9- resolved "https://codeload.github.com/feross/http-node/tar.gz/342ef8624495343ffd050bd0808b3750cf0e3974"
10+ resolved "https://codeload.github.com/feross/http-node/tar.gz/342ef8624495343ffd050bd0808b3750cf0e3974#33fa312d37f0000b17acdb1a5086565400419a13"
11 dependencies:
12 chrome-net "^3.3.3"
13 freelist "^1.0.3"
14diff --git a/client/yarn.lock b/client/yarn.lock
15index 0855a2570..50f592f76 100644
16--- a/client/yarn.lock
17+++ b/client/yarn.lock
18@@ -5164,7 +5164,7 @@ http-errors@~1.7.2:
19
20 "http-node@github:feross/http-node#webtorrent":
21 version "1.2.0"
22- resolved "https://codeload.github.com/feross/http-node/tar.gz/342ef8624495343ffd050bd0808b3750cf0e3974"
23+ resolved "https://codeload.github.com/feross/http-node/tar.gz/342ef8624495343ffd050bd0808b3750cf0e3974#33fa312d37f0000b17acdb1a5086565400419a13"
24 dependencies:
25 chrome-net "^3.3.3"
26 freelist "^1.0.3"