Skip to content

Commit

Permalink
slack: 3.3.7 -> 3.3.8
Browse files Browse the repository at this point in the history
Backport of #58170
(cherry picked from commit dad85bd)
  • Loading branch information
dtzWill authored and srhb committed Mar 24, 2019
1 parent 9965ac0 commit ff9c3f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

let

version = "3.3.7";
version = "3.3.8";

rpath = stdenv.lib.makeLibraryPath [
alsaLib
Expand Down Expand Up @@ -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}";
Expand Down

0 comments on commit ff9c3f0

Please sign in to comment.