weechatScripts.wee-slack: 2.5.0 -> 2.6.0

This commit is contained in:
Jörg Thalheim 2020-05-06 23:20:50 +01:00
parent af66d33826
commit ddd2b694a7
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "wee-slack";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
repo = "wee-slack";
owner = "wee-slack";
rev = "v${version}";
sha256 = "0sxgi5fg8qvzqmxy7sdma6v0wj93xwh21av10n8nxvdskacw5dxz";
sha256 = "0s4qd1z40c1bczkvc840jwjmzbv7nyj06xqs1si9v54qmkh4gaq4";
};
patches = [