patches: Add teams-for-linux 1.4.11 patch

This commit is contained in:
Charlotte Van Petegem 2024-02-14 18:09:13 +01:00
parent 94c09d121c
commit bd9128b848
No known key found for this signature in database
GPG key ID: 019E764B7184435A

20
patches/288823.patch Normal file
View file

@ -0,0 +1,20 @@
diff --git a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
index 98edbce3cb49f8..8ecfdb35a7d7ca 100644
--- a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
+++ b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
@@ -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 {