Merge pull request #106826 from liff/teams/v30857

teams: 1.3.00.25560 -> 1.3.00.30857
This commit is contained in:
Anderson Torres 2020-12-31 09:42:25 -03:00 committed by GitHub
commit 3af29086c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];