diff --git a/patches/303925.patch b/patches/303925.patch new file mode 100644 index 00000000..56c634b9 --- /dev/null +++ b/patches/303925.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 18c7713589f0d9..464e80a4046455 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.22"; ++ version = "1.4.24"; + + src = fetchFromGitHub { + owner = "IsmaelMartinez"; + repo = "teams-for-linux"; + rev = "v${finalAttrs.version}"; +- hash = "sha256-eNd12p9QvuYpiy9FaGaMSfQ3qVYzmYyO2/v/rdV3nN8="; ++ hash = "sha256-Bo70L0EPHdbef4Vmizy4yrePAr/sh/2ZkRAyvOd2NYA="; + }; + + offlineCache = fetchYarnDeps {