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

teams: fix source hash of 1.5.00.10453 on Darwin
main
Sarah Brofeldt 2 years ago committed by GitHub
commit 4014d689cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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