From 7f0eb89fdf722a5fcd73f33e04a3b2548cadcb26 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 16 Apr 2024 14:43:48 +0200 Subject: [PATCH] patches: Add teams-for-linux 1.4.27 patch --- patches/304541.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 patches/304541.patch diff --git a/patches/304541.patch b/patches/304541.patch new file mode 100644 index 00000000..d276a855 --- /dev/null +++ b/patches/304541.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 464e80a4046455..037d27cf06602f 100644 +--- a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix ++++ b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix +@@ -20,13 +20,13 @@ + + stdenv.mkDerivation (finalAttrs: { + pname = "teams-for-linux"; +- version = "1.4.24"; ++ version = "1.4.27"; + + src = fetchFromGitHub { + owner = "IsmaelMartinez"; + repo = "teams-for-linux"; + rev = "v${finalAttrs.version}"; +- hash = "sha256-Bo70L0EPHdbef4Vmizy4yrePAr/sh/2ZkRAyvOd2NYA="; ++ hash = "sha256-nUHiveS1XI+vC2Tj1DK/DS4CrKTLMg1IYgTPWXuLrAc="; + }; + + offlineCache = fetchYarnDeps {