Skip to content

Commit 24bda1f

Browse files
committed
teams-for-linux: 1.12.7 -> 1.12.8
1 parent e318dab commit 24bda1f

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.7";
18+
version = "1.12.8";
1919

2020
src = fetchFromGitHub {
2121
owner = "IsmaelMartinez";
2222
repo = "teams-for-linux";
2323
tag = "v${version}";
24-
hash = "sha256-26YNDXZUMQA3AuRPTxB+X8hg2IEYvAGBHvzIAxSL3nk=";
24+
hash = "sha256-OXrkv5xEjwiC/fzLY+KFD48VAnJ5fXgGfOTPV+LuF5g=";
2525
};
2626

27-
npmDepsHash = "sha256-Vu7VAV8hoQKqa8d2hMaNlBB4e8HA0h4ySc1qsYn8M6o=";
27+
npmDepsHash = "sha256-AjljadHGDOI358mO5iCV8yXOvRn6XlwN4IPiussJWRU=";
2828

2929
nativeBuildInputs = [
3030
makeWrapper

0 commit comments

Comments
 (0)