teams: 1.3.00.25560 -> 1.3.00.30857

This commit is contained in:
Olli Helenius 2020-12-13 15:38:07 +02:00
parent 62fab0d98a
commit d450e12bfa
No known key found for this signature in database
GPG key ID: 65B7BEC581BD1DD1

View file

@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "teams";
version = "1.3.00.25560";
version = "1.3.00.30857";
src = fetchurl {
url = "https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_${version}_amd64.deb";
sha256 = "0kpcd9q6v2qh0dzddykisdbi3djbxj2rl70wchlzrb6bx95hkzmc";
sha256 = "06r48h1fr2si2g5ng8hsnbcmr70iapnafj21v5bzrzzrigzb2n2h";
};
nativeBuildInputs = [ dpkg autoPatchelfHook wrapGAppsHook ];