forked from mirrors/nixpkgs
teams: 1.4.00.26453 -> 1.5.00.10453
This commit is contained in:
parent
e10da1c7f5
commit
1ce8edff50
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "teams";
|
pname = "teams";
|
||||||
version = "1.4.00.26453";
|
version = "1.5.00.10453";
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Microsoft Teams";
|
description = "Microsoft Teams";
|
||||||
homepage = "https://teams.microsoft.com";
|
homepage = "https://teams.microsoft.com";
|
||||||
|
@ -37,7 +37,7 @@ let
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_${version}_amd64.deb";
|
url = "https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_${version}_amd64.deb";
|
||||||
sha256 = "0ndqk893l17m42hf5fiiv6mka0v7v8r54kblvb67jsxajdvva5gf";
|
hash = "sha256-fLVw2axSMetuaoRzjg+x4DRYY8WP5TQbL7LbfF6LFfA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ dpkg autoPatchelfHook wrapGAppsHook nodePackages.asar ];
|
nativeBuildInputs = [ dpkg autoPatchelfHook wrapGAppsHook nodePackages.asar ];
|
||||||
|
|
Loading…
Reference in a new issue