Merge pull request #227310 from Mic92/weechatScripts.wee-slack

weechatScripts.wee-slack: 2.9.0 -> 2.9.1
This commit is contained in:
Jörg Thalheim 2023-05-07 10:29:48 +01:00 committed by GitHub
commit 6337682f24
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.0";
version = "2.9.1";
src = fetchFromGitHub {
repo = "wee-slack";
owner = "wee-slack";
rev = "v${version}";
sha256 = "sha256-WMZo+X8G/Dnl1Vv0LuBYcvxdfll9cy/3Z/fpNJSxCQY=";
sha256 = "sha256-f5CRJmvNZlKOE1XsU214R42dYo0s5xSRXC8TKOniEf4=";
};
patches = [