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-07-03 17:53:40 -0700
committerGitHub <noreply@github.com>2023-07-04 02:53:40 +0200
commitfc431f1530314832c07b756122a7ed19c77ba28a (patch)
tree79501b9e0327e03d867b2e0fbb10cc48b4c05e59 /pkgs/applications/networking/instant-messengers/teams-for-linux
parentc50ebd05afde129d95a573a6c95eab08f6e0711d (diff)
teams-for-linux: 1.1.9 -> 1.1.11 (#241371)
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 db8f2f9341d16..8a9fc9d88bb43 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 (finalAttrs: {
   pname = "teams-for-linux";
-  version = "1.1.9";
+  version = "1.1.11";
 
   src = fetchFromGitHub {
     owner = "IsmaelMartinez";
     repo = "teams-for-linux";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-lFDyV2PwsYWmZ5E19LpWk60Fjo39M0wd8C1Z2qL3G+0=";
+    hash = "sha256-D0qZvKGfLE6VreCYn4Io2KmHcAHCVegG8xZwmxsQH5c=";
   };
 
   offlineCache = fetchYarnDeps {