From 754783f826f6fcf31dd6b6618b731a0779351c97 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 24 Jan 2024 10:50:19 +0100 Subject: [PATCH] patches: Add teams-for-linux 1.4.5 patch --- patches/283450.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 patches/283450.patch diff --git a/patches/283450.patch b/patches/283450.patch new file mode 100644 index 00000000..ed463a9a --- /dev/null +++ b/patches/283450.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 407b595a5426bf..33e58c808d253d 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.4"; ++ version = "1.4.5"; + + src = fetchFromGitHub { + owner = "IsmaelMartinez"; + repo = "teams-for-linux"; + rev = "v${finalAttrs.version}"; +- hash = "sha256-GNfFzJsWyu46mP0k1wT8SG22F9oKpLwoLQ0TnNFqvv8="; ++ hash = "sha256-Gp+Euuuo51syHmQzzQALxZjejYLoJtGJbo4Gl40UASs="; + }; + + offlineCache = fetchYarnDeps {