mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #94669 from alevy/slack480
slack: 4.7.0 -> 4.8.0 (linux)
This commit is contained in:
commit
3bc1b7bf6f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue