diff --git a/patches/285235.patch b/patches/285235.patch new file mode 100644 index 00000000..92e280cd --- /dev/null +++ b/patches/285235.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 74b54f10a75a1c..66337badd8e120 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.6"; ++ version = "1.4.7"; + + src = fetchFromGitHub { + owner = "IsmaelMartinez"; + repo = "teams-for-linux"; + rev = "v${finalAttrs.version}"; +- hash = "sha256-aaUWc0G7KY3PwlIysoL++l7na2M5sxQFW2YsO0AIRY8="; ++ hash = "sha256-FWd966McVF1nrwIpS6fJv4VdwdpiB4bCJrycU2CZIYo="; + }; + + offlineCache = fetchYarnDeps {