about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/teams
diff options
context:
space:
mode:
authorOlli Helenius <liff@iki.fi>2022-05-02 20:59:55 +0300
committerOlli Helenius <liff@iki.fi>2022-05-02 20:59:55 +0300
commita51544b715b0978dd9063fab77cb9097bf7c5222 (patch)
treee6406a36a01ea239afcc5381da6cc6514f0e30ef /pkgs/applications/networking/instant-messengers/teams
parentb521c51c8322c897c0d5cf2168a29ba1e1222d76 (diff)
teams: fix source hash of 1.5.00.10453 on Darwin
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/teams')
-rw-r--r--pkgs/applications/networking/instant-messengers/teams/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/teams/default.nix b/pkgs/applications/networking/instant-messengers/teams/default.nix
index 54eea2f1a2456..684fb8454d673 100644
--- a/pkgs/applications/networking/instant-messengers/teams/default.nix
+++ b/pkgs/applications/networking/instant-messengers/teams/default.nix
@@ -134,7 +134,7 @@ let
 
     src = fetchurl {
       url = "https://statics.teams.cdn.office.net/production-osx/${version}/Teams_osx.pkg";
-      sha256 = "1mg6a3b3954w4xy5rlcrwxczymygl61dv2rxqp45sjcsh3hp39q0";
+      hash = "sha256-vLUEvOSBUyAJIWHOAIkTqTW/W6TkgmeyRzQbquZP810=";
     };
 
     buildInputs = [ xar cpio makeWrapper ];