about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/teams-for-linux
diff options
context:
space:
mode:
authorCharlotte Van Petegem <charlotte.vanpetegem@ugent.be>2024-04-16 14:42:18 +0200
committerCharlotte Van Petegem <charlotte.vanpetegem@ugent.be>2024-04-16 14:42:18 +0200
commit5c474c72f6bd711465b234923e494dbba0c471f6 (patch)
treea599eb822de33e69c6eece0bebdf5950643ebd40 /pkgs/applications/networking/instant-messengers/teams-for-linux
parentcc8f8c431cbf29adf1152905cde646c435e86507 (diff)
teams-for-linux: 1.4.24 -> 1.4.27
https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.4.25
https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.4.26
https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.4.27
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 464e80a404645..037d27cf06602 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.24";
+  version = "1.4.27";
 
   src = fetchFromGitHub {
     owner = "IsmaelMartinez";
     repo = "teams-for-linux";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-Bo70L0EPHdbef4Vmizy4yrePAr/sh/2ZkRAyvOd2NYA=";
+    hash = "sha256-nUHiveS1XI+vC2Tj1DK/DS4CrKTLMg1IYgTPWXuLrAc=";
   };
 
   offlineCache = fetchYarnDeps {