From 313b57f8e72e77c2ac9bf57f97aafd0588e37508 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 16 Jan 2024 10:32:01 +0100 Subject: [PATCH] patches: Add teams-for-linux 1.4.3 patch --- patches/281294.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 patches/281294.patch diff --git a/patches/281294.patch b/patches/281294.patch new file mode 100644 index 00000000..76f4bc77 --- /dev/null +++ b/patches/281294.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 6aa4ea71b6a134..2a8790cbdb83fc 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.2"; ++ version = "1.4.3"; + + src = fetchFromGitHub { + owner = "IsmaelMartinez"; + repo = "teams-for-linux"; + rev = "v${finalAttrs.version}"; +- hash = "sha256-Y1SVUcBRDM+nyWuT0r0WS/PfKNkQd9x9DYlmJUFoeoo="; ++ hash = "sha256-1XfMH8ZW/Yzds9lZfer+xKYYlHQxepzTmMHebAfTctA="; + }; + + offlineCache = fetchYarnDeps {