From 6a93f59a5f0d218a0f8de494e1bb6ab4487520d1 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 8 Jan 2026 14:49:44 +0100 Subject: [PATCH] weechatScripts.wee-slack: 2.11.0 -> 2.11.0-unstable-2026-01-07 https://github.com/wee-slack/wee-slack/compare/v2.11.0...08a9cd05d482772e79d879e0b99ddd66a94d979d Fixes compat with Slack APIs after yesterdays breaking changes, patches would not apply cleanly. --- .../networking/irc/weechat/scripts/wee-slack/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/networking/irc/weechat/scripts/wee-slack/default.nix b/pkgs/applications/networking/irc/weechat/scripts/wee-slack/default.nix index 8fa2e35de506..907be0dd6962 100644 --- a/pkgs/applications/networking/irc/weechat/scripts/wee-slack/default.nix +++ b/pkgs/applications/networking/irc/weechat/scripts/wee-slack/default.nix @@ -7,15 +7,15 @@ python3Packages, }: -stdenv.mkDerivation rec { +stdenv.mkDerivation { pname = "wee-slack"; - version = "2.11.0"; + version = "2.11.0-unstable-2026-01-07"; src = fetchFromGitHub { repo = "wee-slack"; owner = "wee-slack"; - rev = "v${version}"; - sha256 = "sha256-xQO/yi4pJSnO/ldzVQkC7UhAfpy57xzO58NV7KZm4E8="; + rev = "08a9cd05d482772e79d879e0b99ddd66a94d979d"; + hash = "sha256-9S8XI+ZSzXcWOQbH6hxZ3N8VEczRE0+xxh5w9dqTL00="; }; patches = [ @@ -25,7 +25,6 @@ stdenv.mkDerivation rec { name = "wee-slack-env"; paths = with python3Packages; [ websocket-client - six ]; } }/${python3Packages.python.sitePackages}";