weechatScripts.wee-slack: 2.10.2 -> 2.11.0

The can now drop the fetchpatch, as that fix landed in 2.11.0.
This commit is contained in:
Florian Klink 2024-10-11 18:38:07 +03:00
parent a28d979c00
commit c4a7d64a87

View File

@ -2,22 +2,16 @@
stdenv.mkDerivation rec {
pname = "wee-slack";
version = "2.10.2";
version = "2.11.0";
src = fetchFromGitHub {
repo = "wee-slack";
owner = "wee-slack";
rev = "v${version}";
sha256 = "sha256-EtPhaNFYDxxSrSLXHHnY4ARpRycNNxbg5QPKtnPem04=";
sha256 = "sha256-xQO/yi4pJSnO/ldzVQkC7UhAfpy57xzO58NV7KZm4E8=";
};
patches = [
# Fix for https://github.com/wee-slack/wee-slack/issues/930
(fetchpatch {
url = "https://github.com/wee-slack/wee-slack/commit/e610b39aee2d9a49d080924d47d96c5d140f66ac.patch";
hash = "sha256-+yBZSx0LsoXmTmdN9d3VV2KNzpXfgfNVp4ZqfS4oKzg=";
})
(substituteAll {
src = ./libpath.patch;
env = "${buildEnv {