Skip to content

Commit ba9ea53

Browse files
committed
teams-for-linux: 2.0.7 -> 2.0.8
1 parent df73f58 commit ba9ea53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/te/teams-for-linux/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616

1717
buildNpmPackage rec {
1818
pname = "teams-for-linux";
19-
version = "2.0.7";
19+
version = "2.0.8";
2020

2121
src = fetchFromGitHub {
2222
owner = "IsmaelMartinez";
2323
repo = "teams-for-linux";
2424
tag = "v${version}";
25-
hash = "sha256-w7KY7qxsK512YuLw0Ms+kIsuDTou+ZvJ9wPGJx4fbt0=";
25+
hash = "sha256-w5Mnn1L1qr8IrLx9IpZoiMd74qD8Gf7ODvtgApp71cQ=";
2626
};
2727

28-
npmDepsHash = "sha256-oTS+ylkTf3a0B0pP1aEyxdTR4KL5gk8u+scEWZwyrwg=";
28+
npmDepsHash = "sha256-sUdWzVe9FbC9ayj4UrdAAGC3QbmDSSnFaVrROG6Jxjo=";
2929

3030
nativeBuildInputs = [
3131
makeWrapper

0 commit comments

Comments
 (0)