teams: 1.3.00.16851 -> 1.3.00.25560

gstqt5
devhell 2020-10-09 11:55:39 +01:00
parent 7955668c3a
commit 30a332c613
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 ];