about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/slack
diff options
context:
space:
mode:
authorErsin Akinci <me@ersinakinci.com>2020-02-21 15:39:43 +0000
committerErsin Akinci <me@ersinakinci.com>2020-02-21 15:39:45 +0000
commit53864089919a44ce5951dbaa1bd42be83d65f35a (patch)
treefafdd2bccc9743071299c6a4cdc7487150642d5c /pkgs/applications/networking/instant-messengers/slack
parent1170594e99350f9750ba36e986344ab6ded7f1e3 (diff)
slack: 4.3.3 -> 4.2.0
4.3.3 not available yet for Linux
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/slack')
-rw-r--r--pkgs/applications/networking/instant-messengers/slack/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/slack/default.nix b/pkgs/applications/networking/instant-messengers/slack/default.nix
index 8037f68c8d116..32f50b6fd638f 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.3.3";
+  version = "4.2.0";
 
   inherit (stdenv.hostPlatform) system;