Merge pull request #192099 from WilliButz/update/wee-slack/v2.9.0

weechatScripts.wee-slack: 2.8.0 -> 2.9.0
This commit is contained in:
Jonas Heinrich 2022-09-21 09:55:25 +02:00 committed by GitHub
commit 5bcdb52d98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "wee-slack";
version = "2.8.0";
version = "2.9.0";
src = fetchFromGitHub {
repo = "wee-slack";
owner = "wee-slack";
rev = "v${version}";
sha256 = "0xfklr0gsc9jgxfyrrb2j756lclz9g8imcb0pk0xgyj8mhsw23zk";
sha256 = "sha256-WMZo+X8G/Dnl1Vv0LuBYcvxdfll9cy/3Z/fpNJSxCQY=";
};
patches = [