teams-for-linux: 1.4.11 -> 1.4.12

this is a bugfix release fixing screen sharing issues on X11
see also PR #288823
This commit is contained in:
Dominik Schrempf 2024-02-20 06:43:13 +01:00
parent b98a4e1746
commit 4099c7fbc7
No known key found for this signature in database
GPG Key ID: 1C0865FAE3B257BB

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "teams-for-linux";
version = "1.4.11";
version = "1.4.12";
src = fetchFromGitHub {
owner = "IsmaelMartinez";
repo = "teams-for-linux";
rev = "v${finalAttrs.version}";
hash = "sha256-vjxbWOaUanYXalGVDgX+sjsrz5Cn1yGBkBs9B8VGrDQ=";
hash = "sha256-LrFF61D2b9+FWnVkb9MYxBJQxMtejuOmGTEtfSj1No4=";
};
offlineCache = fetchYarnDeps {