about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2024-02-04 16:01:04 -0500
committerGitHub <noreply@github.com>2024-02-04 16:01:04 -0500
commit0136f359ef2933484795ccc80008e568b12e08fb (patch)
tree5ea751e91292c119eeebfb30fcd81c5c58179ffa /pkgs/applications/networking
parent9305e352985c5650b2cf55b67ad137665d76de59 (diff)
parenta8d73bf2b9426cf6999b1615fd6218869e8bb244 (diff)
downloadnixlib-0136f359ef2933484795ccc80008e568b12e08fb.tar
nixlib-0136f359ef2933484795ccc80008e568b12e08fb.tar.gz
nixlib-0136f359ef2933484795ccc80008e568b12e08fb.tar.bz2
nixlib-0136f359ef2933484795ccc80008e568b12e08fb.tar.lz
nixlib-0136f359ef2933484795ccc80008e568b12e08fb.tar.xz
nixlib-0136f359ef2933484795ccc80008e568b12e08fb.tar.zst
nixlib-0136f359ef2933484795ccc80008e568b12e08fb.zip
Merge pull request #285235 from chvp/upd/teams-for-linux
teams-for-linux: 1.4.6 -> 1.4.10
Diffstat (limited to 'pkgs/applications/networking')
-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 74b54f10a75a..98edbce3cb49 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.6";
+  version = "1.4.10";
 
   src = fetchFromGitHub {
     owner = "IsmaelMartinez";
     repo = "teams-for-linux";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-aaUWc0G7KY3PwlIysoL++l7na2M5sxQFW2YsO0AIRY8=";
+    hash = "sha256-dR9YJJBBxvnJkD42+MwIql3B1dlA6WUSLJ//lW22mmc=";
   };
 
   offlineCache = fetchYarnDeps {
     yarnLock = "${finalAttrs.src}/yarn.lock";
-    hash = "sha256-AmCr3IH7A260HTT0VGWQ7DdB8yp0mKnh2pq7ZgFaA7k=";
+    hash = "sha256-Z2vnLr14F/Etuq9yWH7ygQwa54an7v99LbU3gPcEuII=";
   };
 
   nativeBuildInputs = [ yarn prefetch-yarn-deps nodejs copyDesktopItems makeWrapper ];