Merge pull request #50049 from stephengroat/patch-3

slack: 3.2.1 -> 3.3.3
This commit is contained in:
Vladyslav M
2018-11-09 23:23:13 +02:00
committed by GitHub

View File

@@ -5,7 +5,7 @@
let
version = "3.2.1";
version = "3.3.3";
rpath = stdenv.lib.makeLibraryPath [
alsaLib
@@ -47,7 +47,7 @@ let
if stdenv.hostPlatform.system == "x86_64-linux" then
fetchurl {
url = "https://downloads.slack-edge.com/linux_releases/slack-desktop-${version}-amd64.deb";
sha256 = "095dpkwvvnwlxsglyg6wi9126wpalzi736b6g6j3bd6d93z9afah";
sha256 = "01x4anbm62y49zfkyfvxih5rk8g2qi32ppb8j2a5pwssyw4wqbfi";
}
else
throw "Slack is not supported on ${stdenv.hostPlatform.system}";