Merge pull request #251312 from Mic92/wee-slack

weechatScripts.wee-slack: 2.9.1 -> 2.10.0
This commit is contained in:
Matthias Beyer 2023-08-25 17:13:48 +02:00 committed by GitHub
commit 9ce6dcf311
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.9.1";
version = "2.10.0";
src = fetchFromGitHub {
repo = "wee-slack";
owner = "wee-slack";
rev = "v${version}";
sha256 = "sha256-f5CRJmvNZlKOE1XsU214R42dYo0s5xSRXC8TKOniEf4=";
sha256 = "sha256-SxmMCD7FdkmZ0ccDbuY2XUGcLxHlv62x4Pj55Wzf0AA=";
};
patches = [