about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/teams-for-linux
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-31 02:50:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-31 02:50:37 +0000
commitfcb14f9bb0f641948a865ad2e9f393398058e792 (patch)
treee0847eee64e78c35ccffcd047adf31641149773b /pkgs/applications/networking/instant-messengers/teams-for-linux
parent70989b1b2cb374f585594ed7089102b20bddad60 (diff)
teams-for-linux: 1.0.93 -> 1.1.1
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/teams-for-linux')
-rw-r--r--pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix4
1 files changed, 2 insertions, 2 deletions
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 b26700203d73c..2df5942329768 100644
--- a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
+++ b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
@@ -17,13 +17,13 @@
 
 stdenv.mkDerivation rec {
   pname = "teams-for-linux";
-  version = "1.0.93";
+  version = "1.1.1";
 
   src = fetchFromGitHub {
     owner = "IsmaelMartinez";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-mWLjGednrKnEIvrL2iHQP3xoCb6SxptzbE40aJ5wH1U=";
+    sha256 = "sha256-Yeq74thHzFt4+KDf7cwgyVbTIeXF9/zb81bEAINJbEU=";
   };
 
   offlineCache = fetchYarnDeps {