teams-for-linux: 1.4.10 -> 1.4.11

https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.4.11
This commit is contained in:
Charlotte Van Petegem 2024-02-14 18:06:10 +01:00
parent 4dec2a6e52
commit bd1e999752
No known key found for this signature in database
GPG Key ID: 019E764B7184435A

View File

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