about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2024-04-16 10:59:33 -0400
committerGitHub <noreply@github.com>2024-04-16 10:59:33 -0400
commit8d611bec0c830a5c3b25a5714b727413508e7c21 (patch)
tree7d0b7b7c45babbad8dc0a1645edfdaf30aaccac4 /pkgs/applications/networking/instant-messengers
parentc624d49abdb75f5b0903e975b260fd59c9a7bb76 (diff)
parent5c474c72f6bd711465b234923e494dbba0c471f6 (diff)
Merge pull request #304541 from chvp/bump/teams-for-linux
teams-for-linux: 1.4.24 -> 1.4.27
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-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 {