We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df73f58 commit ba9ea53Copy full SHA for ba9ea53
pkgs/by-name/te/teams-for-linux/package.nix
@@ -16,16 +16,16 @@
16
17
buildNpmPackage rec {
18
pname = "teams-for-linux";
19
- version = "2.0.7";
+ version = "2.0.8";
20
21
src = fetchFromGitHub {
22
owner = "IsmaelMartinez";
23
repo = "teams-for-linux";
24
tag = "v${version}";
25
- hash = "sha256-w7KY7qxsK512YuLw0Ms+kIsuDTou+ZvJ9wPGJx4fbt0=";
+ hash = "sha256-w5Mnn1L1qr8IrLx9IpZoiMd74qD8Gf7ODvtgApp71cQ=";
26
};
27
28
- npmDepsHash = "sha256-oTS+ylkTf3a0B0pP1aEyxdTR4KL5gk8u+scEWZwyrwg=";
+ npmDepsHash = "sha256-sUdWzVe9FbC9ayj4UrdAAGC3QbmDSSnFaVrROG6Jxjo=";
29
30
nativeBuildInputs = [
31
makeWrapper
0 commit comments