Merge pull request #32567 from andir/slack3.0.0

slack: 2.9.0 -> 3.0.0
This commit is contained in:
Jörg Thalheim 2017-12-11 13:56:00 +00:00 committed by GitHub
commit 7c2528b0c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
let
version = "2.9.0";
version = "3.0.0";
rpath = stdenv.lib.makeLibraryPath [
alsaLib
@ -46,7 +46,7 @@ let
if stdenv.system == "x86_64-linux" then
fetchurl {
url = "https://downloads.slack-edge.com/linux_releases/slack-desktop-${version}-amd64.deb";
sha256 = "1ddfvsy4lr7hcnzxbk4crczylj1qwm9av02xms4w2p0k0c8nhvvc";
sha256 = "17hq31x9k03rvj2sdsdfj6j75v30yrywlsbca4d56a0qsdzysxkw";
}
else
throw "Slack is not supported on ${stdenv.system}";