patches: Add teams-for-linux 1.4.7 patch

This commit is contained in:
Charlotte Van Petegem 2024-01-31 09:56:57 +01:00
parent 270698e35d
commit 1afe0b9a56
No known key found for this signature in database
GPG key ID: 019E764B7184435A

20
patches/285235.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 74b54f10a75a1c..66337badd8e120 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.6";
+ version = "1.4.7";
src = fetchFromGitHub {
owner = "IsmaelMartinez";
repo = "teams-for-linux";
rev = "v${finalAttrs.version}";
- hash = "sha256-aaUWc0G7KY3PwlIysoL++l7na2M5sxQFW2YsO0AIRY8=";
+ hash = "sha256-FWd966McVF1nrwIpS6fJv4VdwdpiB4bCJrycU2CZIYo=";
};
offlineCache = fetchYarnDeps {