From 1cd090c93687bdca86a575d5cbf1f97bbf698b67 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 29 Jan 2024 09:28:38 +0100 Subject: [PATCH] patches: Add teams-for-linux 1.4.6 patch --- patches/284716.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 patches/284716.patch diff --git a/patches/284716.patch b/patches/284716.patch new file mode 100644 index 00000000..3c954092 --- /dev/null +++ b/patches/284716.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 33e58c808d253d..74b54f10a75a1c 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.5"; ++ version = "1.4.6"; + + src = fetchFromGitHub { + owner = "IsmaelMartinez"; + repo = "teams-for-linux"; + rev = "v${finalAttrs.version}"; +- hash = "sha256-Gp+Euuuo51syHmQzzQALxZjejYLoJtGJbo4Gl40UASs="; ++ hash = "sha256-aaUWc0G7KY3PwlIysoL++l7na2M5sxQFW2YsO0AIRY8="; + }; + + offlineCache = fetchYarnDeps {