From dce91a7345ca8b6d9344ed4db95a0b4250939ac3 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sat, 5 Nov 2022 19:57:47 +0100 Subject: element-{web,desktop}: 1.11.12 -> 1.11.13 ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.11.13 --- .../networking/instant-messengers/element/element-web.nix | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'pkgs/applications/networking/instant-messengers/element/element-web.nix') diff --git a/pkgs/applications/networking/instant-messengers/element/element-web.nix b/pkgs/applications/networking/instant-messengers/element/element-web.nix index 3b30abbb3d6c8..92130d3099020 100644 --- a/pkgs/applications/networking/instant-messengers/element/element-web.nix +++ b/pkgs/applications/networking/instant-messengers/element/element-web.nix @@ -9,7 +9,6 @@ , fixup_yarn_lock , nodejs , jitsi-meet -, applyPatches , conf ? { } }: @@ -25,14 +24,11 @@ in stdenv.mkDerivation rec { pname = "element-web"; inherit (pinData) version; - src = applyPatches { - src = fetchFromGitHub { - owner = "vector-im"; - repo = pname; - rev = "v${version}"; - sha256 = pinData.webSrcHash; - }; - patches = [ ./regenerate-element-web-yarn.lock.diff ]; + src = fetchFromGitHub { + owner = "vector-im"; + repo = pname; + rev = "v${version}"; + sha256 = pinData.webSrcHash; }; offlineCache = fetchYarnDeps { -- cgit 1.4.1