Skip to content

Commit 4ea755e

Browse files
authored
teams-for-linux: 1.12.6 -> 1.12.7 (#375952)
2 parents cb48903 + bb48efa commit 4ea755e

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
@@ -15,16 +15,16 @@
1515

1616
buildNpmPackage rec {
1717
pname = "teams-for-linux";
18-
version = "1.12.6";
18+
version = "1.12.7";
1919

2020
src = fetchFromGitHub {
2121
owner = "IsmaelMartinez";
2222
repo = "teams-for-linux";
2323
tag = "v${version}";
24-
hash = "sha256-+LrdQ3IWBOFc5qN0o9QYAiZ4VK+KhTD3MVtIhUBg+sQ=";
24+
hash = "sha256-26YNDXZUMQA3AuRPTxB+X8hg2IEYvAGBHvzIAxSL3nk=";
2525
};
2626

27-
npmDepsHash = "sha256-5ULVVMmCnujrJmeZPDUIkuce4Gy6lMo+IwjAud/5cmE=";
27+
npmDepsHash = "sha256-Vu7VAV8hoQKqa8d2hMaNlBB4e8HA0h4ySc1qsYn8M6o=";
2828

2929
nativeBuildInputs = [
3030
makeWrapper

0 commit comments

Comments
 (0)