From 1170594e99350f9750ba36e986344ab6ded7f1e3 Mon Sep 17 00:00:00 2001 From: Ersin Akinci Date: Mon, 17 Feb 2020 21:37:50 +0000 Subject: [PATCH] slack: 4.2.0 -> 4.3.3 --- .../networking/instant-messengers/slack/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/slack/default.nix b/pkgs/applications/networking/instant-messengers/slack/default.nix index 32f50b6fd638..8037f68c8d11 100644 --- a/pkgs/applications/networking/instant-messengers/slack/default.nix +++ b/pkgs/applications/networking/instant-messengers/slack/default.nix @@ -6,7 +6,7 @@ at-spi2-atk, at-spi2-core, libuuid, nodePackages, libpulseaudio, xdg_utils let - version = "4.2.0"; + version = "4.3.3"; inherit (stdenv.hostPlatform) system;