about summary refs log tree commit diff
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-01-17 22:09:13 +0100
committerGitHub <noreply@github.com>2024-01-17 22:09:13 +0100
commit17144df1138eed490577503d8c9bd2e9419098ea (patch)
tree3852052f5e4ae03f0bc6b9bb66a851385b709e26
parent3768ec9262f395453b45e11ec6848292e969dd0d (diff)
parent6f0376f222780aca254ec0e82d26caee510e2c30 (diff)
downloadnixlib-17144df1138eed490577503d8c9bd2e9419098ea.tar
nixlib-17144df1138eed490577503d8c9bd2e9419098ea.tar.gz
nixlib-17144df1138eed490577503d8c9bd2e9419098ea.tar.bz2
nixlib-17144df1138eed490577503d8c9bd2e9419098ea.tar.lz
nixlib-17144df1138eed490577503d8c9bd2e9419098ea.tar.xz
nixlib-17144df1138eed490577503d8c9bd2e9419098ea.tar.zst
nixlib-17144df1138eed490577503d8c9bd2e9419098ea.zip
Merge pull request #281294 from chvp/upd/teams-for-linux
teams-for-linux: 1.4.2 -> 1.4.4
-rw-r--r--pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix6
1 files changed, 3 insertions, 3 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 6aa4ea71b6a1..407b595a5426 100644
--- a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
+++ b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
@@ -19,18 +19,18 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "teams-for-linux";
-  version = "1.4.2";
+  version = "1.4.4";
 
   src = fetchFromGitHub {
     owner = "IsmaelMartinez";
     repo = "teams-for-linux";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-Y1SVUcBRDM+nyWuT0r0WS/PfKNkQd9x9DYlmJUFoeoo=";
+    hash = "sha256-GNfFzJsWyu46mP0k1wT8SG22F9oKpLwoLQ0TnNFqvv8=";
   };
 
   offlineCache = fetchYarnDeps {
     yarnLock = "${finalAttrs.src}/yarn.lock";
-    hash = "sha256-ef+JW5ud9LlRxaCJC2iOT5N7FgZO7IkAABJcMQPvIBA=";
+    hash = "sha256-AmCr3IH7A260HTT0VGWQ7DdB8yp0mKnh2pq7ZgFaA7k=";
   };
 
   nativeBuildInputs = [ yarn prefetch-yarn-deps nodejs copyDesktopItems makeWrapper ];