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 e318dab commit 24bda1fCopy full SHA for 24bda1f
pkgs/by-name/te/teams-for-linux/package.nix
@@ -15,16 +15,16 @@
15
16
buildNpmPackage rec {
17
pname = "teams-for-linux";
18
- version = "1.12.7";
+ version = "1.12.8";
19
20
src = fetchFromGitHub {
21
owner = "IsmaelMartinez";
22
repo = "teams-for-linux";
23
tag = "v${version}";
24
- hash = "sha256-26YNDXZUMQA3AuRPTxB+X8hg2IEYvAGBHvzIAxSL3nk=";
+ hash = "sha256-OXrkv5xEjwiC/fzLY+KFD48VAnJ5fXgGfOTPV+LuF5g=";
25
};
26
27
- npmDepsHash = "sha256-Vu7VAV8hoQKqa8d2hMaNlBB4e8HA0h4ySc1qsYn8M6o=";
+ npmDepsHash = "sha256-AjljadHGDOI358mO5iCV8yXOvRn6XlwN4IPiussJWRU=";
28
29
nativeBuildInputs = [
30
makeWrapper
0 commit comments