slack: 3.4.2 -> 4.0.0

This commit is contained in:
angristan 2019-07-19 16:51:25 +02:00 committed by Tim Steinbach
parent 62cb4f7228
commit 0aa30f5901

View file

@ -6,7 +6,7 @@ at-spi2-atk, libuuid
let
version = "3.4.2";
version = "4.0.0";
rpath = stdenv.lib.makeLibraryPath [
alsaLib
@ -51,7 +51,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 = "0qbj41ymckz8w1p2pazyxg7pimgn9gmpvxz4ygcm0nyivfmw2crq";
sha256 = "911a4c05fb4f85181df13f013e82440b0d171862c9cb137dc19b6381d47bd57e";
}
else
throw "Slack is not supported on ${stdenv.hostPlatform.system}";