patches: Add teams-for-linux 1.4.3 patch

This commit is contained in:
Charlotte Van Petegem 2024-01-16 10:32:01 +01:00
parent a87a7cba4f
commit 313b57f8e7
No known key found for this signature in database
GPG key ID: 019E764B7184435A

20
patches/281294.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 6aa4ea71b6a134..2a8790cbdb83fc 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.2";
+ version = "1.4.3";
src = fetchFromGitHub {
owner = "IsmaelMartinez";
repo = "teams-for-linux";
rev = "v${finalAttrs.version}";
- hash = "sha256-Y1SVUcBRDM+nyWuT0r0WS/PfKNkQd9x9DYlmJUFoeoo=";
+ hash = "sha256-1XfMH8ZW/Yzds9lZfer+xKYYlHQxepzTmMHebAfTctA=";
};
offlineCache = fetchYarnDeps {