patches: Add teams-for-linux 1.4.8 patch

This commit is contained in:
Charlotte Van Petegem 2024-02-02 09:20:10 +01:00
parent 1278dc0696
commit f9e6af2bea
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -1,5 +1,5 @@
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
index 74b54f10a75a1c..c584adb0173fd5 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 @@
@ -7,14 +7,14 @@ index 74b54f10a75a1c..66337badd8e120 100644
stdenv.mkDerivation (finalAttrs: {
pname = "teams-for-linux";
- version = "1.4.6";
+ version = "1.4.7";
+ version = "1.4.8";
src = fetchFromGitHub {
owner = "IsmaelMartinez";
repo = "teams-for-linux";
rev = "v${finalAttrs.version}";
- hash = "sha256-aaUWc0G7KY3PwlIysoL++l7na2M5sxQFW2YsO0AIRY8=";
+ hash = "sha256-FWd966McVF1nrwIpS6fJv4VdwdpiB4bCJrycU2CZIYo=";
+ hash = "sha256-le7h2lYgKfw19FwEgDLLFbB7Eu9LhXAAQfosORHWEiw=";
};
offlineCache = fetchYarnDeps {