about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/teams-for-linux
diff options
context:
space:
mode:
authorraekya <145722342+raekya@users.noreply.github.com>2023-09-25 16:48:52 +0200
committerraekya <145722342+raekya@users.noreply.github.com>2023-09-25 16:48:52 +0200
commit0d4cbbb9df1c38f9c64a254a4d75b4951618c224 (patch)
treeb87efb0ed8ebc27f3f13ccdfb5ea2a0b161e877e /pkgs/applications/networking/instant-messengers/teams-for-linux
parent370097ce864f731c6e281ab3970cef1b39dfa06f (diff)
teams-for-linux: 1.3.8 -> 1.3.11
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 5fa07ea7a9234..e4dc6bc491006 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.3.8";
+  version = "1.3.11";
 
   src = fetchFromGitHub {
     owner = "IsmaelMartinez";
     repo = "teams-for-linux";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-G0UBzSXoZPLHBsM0nslPLNBZs0sUAQYJ403nPV+3Qu4=";
+    hash = "sha256-xSNjAao8pv3jGRK68bkwGy0vo3nm8KRZjTtCEge4kHs=";
   };
 
   offlineCache = fetchYarnDeps {