Merge pull request #227857 from lilyinstarlight/upd/teams-for-linux-1.0.71

teams-for-linux: 1.0.65 -> 1.0.83
This commit is contained in:
Martin Weinelt 2023-05-05 12:48:00 +02:00 committed by GitHub
commit 171d3dc2ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {