From a13cacc32edf670d20596fb6fb3837d28b394c5e Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sun, 26 Nov 2023 19:17:24 +0000 Subject: [PATCH] Delete 269406.patch --- patches/269406.patch | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 patches/269406.patch diff --git a/patches/269406.patch b/patches/269406.patch deleted file mode 100644 index 7e801d12..00000000 --- a/patches/269406.patch +++ /dev/null @@ -1,26 +0,0 @@ -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 4194043574d879..ed8ed30327816a 100644 ---- a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix -+++ b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix -@@ -19,18 +19,18 @@ - - stdenv.mkDerivation (finalAttrs: { - pname = "teams-for-linux"; -- version = "1.3.19"; -+ version = "1.3.22"; - - src = fetchFromGitHub { - owner = "IsmaelMartinez"; - repo = "teams-for-linux"; - rev = "v${finalAttrs.version}"; -- hash = "sha256-+n26VTNRymPdzMbSz8AZsQ73xOHizOFAstw6toKfZQM="; -+ hash = "sha256-nyhAq06k0nNrGSbD0N1RNwcplYf5vO1BvnvEfNYGG0A="; - }; - - offlineCache = fetchYarnDeps { - yarnLock = "${finalAttrs.src}/yarn.lock"; -- hash = "sha256-SxUdTzk8WngkKwT05U8HJsK8+8ezcJWdiT/ettxpeEE="; -+ hash = "sha256-ydhJXAvz3k6GwpnSL6brl9xFpb+ooi8Am89TkcE00hc="; - }; - - nativeBuildInputs = [ yarn prefetch-yarn-deps nodejs copyDesktopItems makeWrapper ];