summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-05 11:52:16 +0200
committerGitHub <noreply@github.com>2023-10-05 11:52:16 +0200
commitc62b913f9a811fd518f844926911874de2497ddf (patch)
treeb80b594b797c97dae519bcea77787900d4cdcb08
parentb64aeb42b5ed5592442c0ae54a5d4e08fd8eb6b4 (diff)
parent3793c401846cbd2c724335b9bc7d7dc5226a7714 (diff)
downloadnixpkgs-c62b913f9a811fd518f844926911874de2497ddf.tar
nixpkgs-c62b913f9a811fd518f844926911874de2497ddf.tar.gz
nixpkgs-c62b913f9a811fd518f844926911874de2497ddf.tar.bz2
nixpkgs-c62b913f9a811fd518f844926911874de2497ddf.tar.lz
nixpkgs-c62b913f9a811fd518f844926911874de2497ddf.tar.xz
nixpkgs-c62b913f9a811fd518f844926911874de2497ddf.tar.zst
nixpkgs-c62b913f9a811fd518f844926911874de2497ddf.zip
Merge pull request #259091 from r-ryantm/auto-update/teams-for-linux
teams-for-linux: 1.3.11 -> 1.3.13
-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 e4dc6bc4910..157df8ca9a6 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.3.11";
+  version = "1.3.13";
 
   src = fetchFromGitHub {
     owner = "IsmaelMartinez";
     repo = "teams-for-linux";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-xSNjAao8pv3jGRK68bkwGy0vo3nm8KRZjTtCEge4kHs=";
+    hash = "sha256-WF2jWP6utopAMZPP/ZWOhqVGZJmACwHyLLE+HQaHJjg=";
   };
 
   offlineCache = fetchYarnDeps {
     yarnLock = "${finalAttrs.src}/yarn.lock";
-    hash = "sha256-j5N6d270myUylDVDFQTScbsGp1wlpt5sISDJBRCV/GU=";
+    hash = "sha256-vgjPGO5qa4IYfW1svClJ+wP/KtIFFd3P02T2sht69C8=";
   };
 
   nativeBuildInputs = [ yarn fixup_yarn_lock nodejs copyDesktopItems makeWrapper ];