teams: fix source hash of 1.5.00.10453 on Darwin

main
Olli Helenius 2 years ago
parent b521c51c83
commit a51544b715
No known key found for this signature in database
GPG Key ID: 67235CC88F41DE3C
  1. 2
      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 ];

Loading…
Cancel
Save