teams: fix source hash of 1.5.00.10453 on Darwin
This commit is contained in:
parent
b521c51c83
commit
a51544b715
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue