Merge pull request #171295 from liff/teams/update-darwin-hash

teams: fix source hash of 1.5.00.10453 on Darwin
This commit is contained in:
Sarah Brofeldt
2022-05-03 10:33:19 +02:00
committed by GitHub
@@ -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 ];