summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2022-05-03 10:33:19 +0200
committerGitHub <noreply@github.com>2022-05-03 10:33:19 +0200
commit4014d689cd9e11bd540dd56cd311c9b59c15bbb3 (patch)
treeca25877772077ca70a773a7e56b708276fb45894
parent287484c78b97ed54214489a8552d09ecd005ba18 (diff)
parenta51544b715b0978dd9063fab77cb9097bf7c5222 (diff)
Merge pull request #171295 from liff/teams/update-darwin-hash
teams: fix source hash of 1.5.00.10453 on Darwin
-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 54eea2f1a245..684fb8454d67 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 ];