Skip to content

Commit 4361836

Browse files
authored
invidious: 2.20240825.2 -> 2.20241110.0 (#355279)
2 parents 98dddf6 + 772cc1b commit 4361836

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

pkgs/servers/invidious/shards.nix

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,24 @@
1111
};
1212
backtracer = {
1313
url = "https://github.com/sija/backtracer.cr.git";
14-
rev = "v1.2.1";
15-
sha256 = "02r1l7rn2wsljkx495s5s7j04zgn73m2kx0hkzs7620camvlwbqq";
14+
rev = "v1.2.2";
15+
sha256 = "1rknyylsi14m7i77x7c3138wdw27i4f6sd78m3srw851p47bwr20";
1616
};
1717
db = {
1818
url = "https://github.com/crystal-lang/crystal-db.git";
19-
rev = "v0.10.1";
20-
sha256 = "03c5h14z6h2mxnx949lihnyqjd19hcj38iasdwq9fp95h8cld376";
19+
rev = "v0.13.1";
20+
sha256 = "02b79bdv5h460ay0vkpwi5q69b1qrm9z29z02p09xb03hijxskpd";
2121
};
2222
exception_page = {
2323
url = "https://github.com/crystal-loot/exception_page.git";
2424
rev = "v0.2.2";
2525
sha256 = "1c8askb9b7621jjz5pjj6b8pdbhw3r1l3dym6swg1saspf5j3jwi";
2626
};
27+
http_proxy = {
28+
url = "https://github.com/mamantoha/http_proxy.git";
29+
rev = "v0.10.3";
30+
sha256 = "1hgghjy611m9bbmq8drvzs30mymkq2s4d18lp19543qls58h80vs";
31+
};
2732
kemal = {
2833
url = "https://github.com/kemalcr/kemal.git";
2934
rev = "v1.1.2";
@@ -36,8 +41,8 @@
3641
};
3742
pg = {
3843
url = "https://github.com/will/crystal-pg.git";
39-
rev = "v0.24.0";
40-
sha256 = "07i5bqkv5j6y6f8v5cpqdxc5wzzrvgv3ds24znv4mzv6nc84csn4";
44+
rev = "v0.28.0";
45+
sha256 = "0g1kdpnz7sr7hpama0y3s70v5xjhi7jm2ypb1w503cfvr30qffpm";
4146
};
4247
protodec = {
4348
url = "https://github.com/iv-org/protodec.git";
@@ -51,12 +56,12 @@
5156
};
5257
spectator = {
5358
url = "https://github.com/icy-arctic-fox/spectator.git";
54-
rev = "v0.10.4";
55-
sha256 = "0rcxq2nbslvwrd8m9ajw6dzaw3hagxmkdy9s8p34cgnr4c9dijdq";
59+
rev = "v0.10.6";
60+
sha256 = "0w6mv1q44is2m19pyspkyiwm84h55nchsm4pp82gdbb0j9ylhckx";
5661
};
5762
sqlite3 = {
5863
url = "https://github.com/crystal-lang/crystal-sqlite3.git";
59-
rev = "v0.18.0";
60-
sha256 = "03nnvpchhq9f9ywsm3pk2rrj4a3figw7xs96zdziwgr5znkz6x93";
64+
rev = "v0.21.0";
65+
sha256 = "1mhg59l6qgmf14zjrais0jfn1h5jj9j32fy7fb0gkp9zhpa7x6vs";
6166
};
6267
}

pkgs/servers/invidious/versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"invidious": {
3-
"hash": "sha256-oNkEFATRVgPC8Bhp0v04an3LvqgsSEjLZdeblb7n8TI=",
4-
"version": "2.20240825.2",
5-
"date": "2024.08.26",
6-
"commit": "4782a670"
3+
"hash": "sha256-O5Uv5Qat7Is/0gk0HVi8Hr2UPMLXQw7AwYnjOFaaTP8=",
4+
"version": "2.20241110.0",
5+
"date": "2024.11.10",
6+
"commit": "5d2dd40b"
77
},
88
"videojs": {
99
"hash": "sha256-jED3zsDkPN8i6GhBBJwnsHujbuwlHdsVpVqa1/pzSH4="

0 commit comments

Comments
 (0)