teams: 1.4.00.13653 -> 1.4.00.26453

This commit is contained in:
Olli Helenius 2021-10-13 23:21:41 +03:00
parent 4f8faadd0f
commit 416f9efd2a
No known key found for this signature in database
GPG Key ID: 67235CC88F41DE3C

View File

@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "teams";
version = "1.4.00.13653";
version = "1.4.00.26453";
src = fetchurl {
url = "https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_${version}_amd64.deb";
sha256 = "1kx4j837fd344zy90nl0j3r8cdvihy6i6gf56wd5n56zngx1fhjv";
sha256 = "0ndqk893l17m42hf5fiiv6mka0v7v8r54kblvb67jsxajdvva5gf";
};
nativeBuildInputs = [ dpkg autoPatchelfHook wrapGAppsHook nodePackages.asar ];