slack: 3.0.5 -> 3.1.0

This commit is contained in:
Jörn Gersdorf 2018-03-26 21:21:46 +02:00
parent 519fa22241
commit 9b56a0c2a2

View file

@ -4,7 +4,7 @@
let
version = "3.0.5";
version = "3.1.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 = "13im5m119cp5v0gvr1vpxjqskr8rvl6pii91b5x522wm7plfhj8s";
sha256 = "1y8xxfpqvz4q6y1zkna4cp3rqi7p03w5xgr8h1cmym8z66bj7dq3";
}
else
throw "Slack is not supported on ${stdenv.system}";