weechat-matrix-bridge: 2018-01-10 -> 2018-05-29
This commit is contained in:
parent
2f6cc89787
commit
213f7ec054
1 changed files with 3 additions and 3 deletions
|
@ -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-01-10";
|
name = "weechat-matrix-bridge-2018-05-29";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "torhve";
|
owner = "torhve";
|
||||||
repo = "weechat-matrix-protocol-script";
|
repo = "weechat-matrix-protocol-script";
|
||||||
rev = "a8e4ce04665c09ee7f24d6b319cd85cfb56dfbd7";
|
rev = "ace3fefc0e35a627f8a528032df2e3111e41eb1b";
|
||||||
sha256 = "0822xcxvwanwm8qbzqhn3f1m6hhxs29pyf8lnv6v29bl8136vcq3";
|
sha256 = "1snf8vn5n9wzrnqnvdrcli4199s5p114jbjlgrj5c27i53173wqw";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue