3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #58170 from dtzWill/update/slack-3.3.8

slack: 3.3.7 -> 3.3.8
This commit is contained in:
Sarah Brofeldt 2019-03-24 11:48:38 +01:00 committed by GitHub
commit 8cd3071978
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
let
version = "3.3.7";
version = "3.3.8";
rpath = stdenv.lib.makeLibraryPath [
alsaLib
@ -48,7 +48,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 = "1q3866iaby8rqim8h2m398wzi0isnnlsxirlq63fzz7a4g1hnc8p";
sha256 = "02435zvpyr95fljx3xgqz0b0npim1j0611p4rc1azwgdf8hjn11p";
}
else
throw "Slack is not supported on ${stdenv.hostPlatform.system}";