teams: fix source hash of 1.5.00.10453 on Darwin

This commit is contained in:
Olli Helenius 2022-05-02 20:59:55 +03:00
parent b521c51c83
commit a51544b715
No known key found for this signature in database
GPG key ID: 67235CC88F41DE3C

View file

@ -134,7 +134,7 @@ let
src = fetchurl { src = fetchurl {
url = "https://statics.teams.cdn.office.net/production-osx/${version}/Teams_osx.pkg"; url = "https://statics.teams.cdn.office.net/production-osx/${version}/Teams_osx.pkg";
sha256 = "1mg6a3b3954w4xy5rlcrwxczymygl61dv2rxqp45sjcsh3hp39q0"; hash = "sha256-vLUEvOSBUyAJIWHOAIkTqTW/W6TkgmeyRzQbquZP810=";
}; };
buildInputs = [ xar cpio makeWrapper ]; buildInputs = [ xar cpio makeWrapper ];