weechatScripts.weechat-matrix-bridge: 2018-05-29 -> 2018-11-19 (HTTP/2 support fix)
This commit is contained in:
parent
17f4d415a2
commit
3b152247ea
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, curl, fetchFromGitHub, cjson, olm, luaffi }:
|
{ stdenv, curl, fetchFromGitHub, cjson, olm, luaffi }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "weechat-matrix-bridge-2018-05-29";
|
name = "weechat-matrix-bridge-2018-11-19";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "torhve";
|
owner = "torhve";
|
||||||
repo = "weechat-matrix-protocol-script";
|
repo = "weechat-matrix-protocol-script";
|
||||||
rev = "ace3fefc0e35a627f8a528032df2e3111e41eb1b";
|
rev = "8d32e90d864a8f3f09ecc2857cd5dd6e39a8c3f7";
|
||||||
sha256 = "1snf8vn5n9wzrnqnvdrcli4199s5p114jbjlgrj5c27i53173wqw";
|
sha256 = "0qqd6qmkrdc0r3rnl53c3yp93fbcz7d3mdw3vq5gmdqxyym4s9lj";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user