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.
2 parents 2af1ee5 + 6ac25a3 commit 58c189cCopy full SHA for 58c189c
pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
@@ -19,13 +19,13 @@
19
20
stdenv.mkDerivation (finalAttrs: {
21
pname = "teams-for-linux";
22
- version = "1.4.4";
+ version = "1.4.5";
23
24
src = fetchFromGitHub {
25
owner = "IsmaelMartinez";
26
repo = "teams-for-linux";
27
rev = "v${finalAttrs.version}";
28
- hash = "sha256-GNfFzJsWyu46mP0k1wT8SG22F9oKpLwoLQ0TnNFqvv8=";
+ hash = "sha256-Gp+Euuuo51syHmQzzQALxZjejYLoJtGJbo4Gl40UASs=";
29
};
30
31
offlineCache = fetchYarnDeps {
0 commit comments