Skip to content

Commit a243739

Browse files
andirglobin
authored andcommittedNov 1, 2017
slack: 2.8.0 -> 2.8.2
fixes japanese input & some obscure security issues: `An important Electron update improving security. A precautionary measure, but it’s always good to be up to date.` and `A small release containing nothing but another Electron update, this one better than the last.`
1 parent c8dd4e7 commit a243739

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/instant-messengers/slack

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/networking/instant-messengers/slack/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
let
66

7-
version = "2.8.0";
7+
version = "2.8.2";
88

99
rpath = stdenv.lib.makeLibraryPath [
1010
alsaLib
@@ -46,7 +46,7 @@ let
4646
if stdenv.system == "x86_64-linux" then
4747
fetchurl {
4848
url = "https://downloads.slack-edge.com/linux_releases/slack-desktop-${version}-amd64.deb";
49-
sha256 = "02khqi0qf8ryj6bkfla95mr3scvb99zrhihwdprdjqpgvy06wqhm";
49+
sha256 = "019gzij6m1y9bv561nhbhgf2njp2svjqi5hs907pdjf7xwciwrkm";
5050
}
5151
else
5252
throw "Slack is not supported on ${stdenv.system}";

0 commit comments

Comments
 (0)
Please sign in to comment.