1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #94669 from alevy/slack480

slack: 4.7.0 -> 4.8.0 (linux)
This commit is contained in:
Vladyslav M 2020-08-04 23:50:46 +03:00 committed by GitHub
commit 3bc1b7bf6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ let
pname = "slack";
version = {
x86_64-darwin = "4.8.0";
x86_64-linux = "4.7.0";
x86_64-linux = "4.8.0";
}.${system} or throwSystem;
src = let
@ -53,7 +53,7 @@ let
};
x86_64-linux = fetchurl {
url = "${base}/linux_releases/slack-desktop-${version}-amd64.deb";
sha256 = "1nwyl70caaz9k0hccfpkjli0jjc6m9zbjb3nf4bwmykpbxbzr9w3";
sha256 = "0q8qpz5nwhps7y5gq1bl8hjw7vsk789srrv39hzc7jrl8f1bxzk0";
};
}.${system} or throwSystem;