teams: 1.4.00.7556 -> 1.4.00.13653

This commit is contained in:
Olli Helenius 2021-06-08 22:21:01 +03:00
parent 12e7af1cfb
commit 7963eb827e
No known key found for this signature in database
GPG Key ID: 65B7BEC581BD1DD1

View File

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