1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

slack: 3.2.1 -> 3.3.3

closes #50009
This commit is contained in:
Stephen 2018-11-09 10:37:24 -08:00 committed by GitHub
parent 4c9729ab53
commit c19c051123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}";