Skip to content

Commit 6ac25a3

Browse files
committed
1 parent c145926 commit 6ac25a3

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/instant-messengers/teams-for-linux

1 file changed

+2
-2
lines changed

pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
stdenv.mkDerivation (finalAttrs: {
2121
pname = "teams-for-linux";
22-
version = "1.4.4";
22+
version = "1.4.5";
2323

2424
src = fetchFromGitHub {
2525
owner = "IsmaelMartinez";
2626
repo = "teams-for-linux";
2727
rev = "v${finalAttrs.version}";
28-
hash = "sha256-GNfFzJsWyu46mP0k1wT8SG22F9oKpLwoLQ0TnNFqvv8=";
28+
hash = "sha256-Gp+Euuuo51syHmQzzQALxZjejYLoJtGJbo4Gl40UASs=";
2929
};
3030

3131
offlineCache = fetchYarnDeps {

0 commit comments

Comments
 (0)