patches: Add teams-for-linux 1.4.11 patch
This commit is contained in:
parent
94c09d121c
commit
bd9128b848
1 changed files with 20 additions and 0 deletions
20
patches/288823.patch
Normal file
20
patches/288823.patch
Normal 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 98edbce3cb49f8..8ecfdb35a7d7ca 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.10";
|
||||
+ version = "1.4.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "IsmaelMartinez";
|
||||
repo = "teams-for-linux";
|
||||
rev = "v${finalAttrs.version}";
|
||||
- hash = "sha256-dR9YJJBBxvnJkD42+MwIql3B1dlA6WUSLJ//lW22mmc=";
|
||||
+ hash = "sha256-vjxbWOaUanYXalGVDgX+sjsrz5Cn1yGBkBs9B8VGrDQ=";
|
||||
};
|
||||
|
||||
offlineCache = fetchYarnDeps {
|
Loading…
Add table
Add a link
Reference in a new issue