patches: Add teams-for-linux 1.4.5 patch

This commit is contained in:
Charlotte Van Petegem 2024-01-24 10:50:19 +01:00
parent ad2f55e42f
commit 754783f826
No known key found for this signature in database
GPG key ID: 019E764B7184435A

20
patches/283450.patch Normal file
View file

@ -0,0 +1,20 @@
diff --git a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
index 407b595a5426bf..33e58c808d253d 100644
--- a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
+++ b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "teams-for-linux";
- version = "1.4.4";
+ version = "1.4.5";
src = fetchFromGitHub {
owner = "IsmaelMartinez";
repo = "teams-for-linux";
rev = "v${finalAttrs.version}";
- hash = "sha256-GNfFzJsWyu46mP0k1wT8SG22F9oKpLwoLQ0TnNFqvv8=";
+ hash = "sha256-Gp+Euuuo51syHmQzzQALxZjejYLoJtGJbo4Gl40UASs=";
};
offlineCache = fetchYarnDeps {