teams-for-linux: 1.0.65 -> 1.0.83

This commit is contained in:
Lily Foster 2023-05-04 11:47:37 -04:00
parent 6c43a3495a
commit 5a6fca4ed4
No known key found for this signature in database
GPG Key ID: 49340081E484C893

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "teams-for-linux";
version = "1.0.65";
version = "1.0.83";
src = fetchFromGitHub {
owner = "IsmaelMartinez";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Rj6A1h5R4w8zacoTV0WKTbTD67qwsw4zHP+KQ6h7/gs=";
sha256 = "sha256-2tCBFc4CEgaYJq5fMbHi+M/Cz5Eeo2Slqgu9xUUkUjA=";
};
offlineCache = fetchYarnDeps {