Merge pull request #100073 from devhell/update-msteams

teams: 1.3.00.16851 -> 1.3.00.25560
gstqt5
StigP 2020-10-17 19:08:04 +00:00 committed by GitHub
commit 1bae8e2b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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