From bd9128b8482e3af6cc288c09bc5f24c0128fffed Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 14 Feb 2024 18:09:13 +0100 Subject: [PATCH] patches: Add teams-for-linux 1.4.11 patch --- patches/288823.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 patches/288823.patch diff --git a/patches/288823.patch b/patches/288823.patch new file mode 100644 index 00000000..bba0adb8 --- /dev/null +++ b/patches/288823.patch @@ -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 {