diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 2ce8840c1..4fc4dde6a 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -64,7 +64,8 @@ fetchpatch: [ # element-desktop: upgrade electron 19 -> 20 (fetchpatch { - url = "https://git.uninsane.org/colin/nixpkgs/commit/7e6a47b3904f5d8f2a37c35ff2d12772524727a9.diff"; + # url = "https://git.uninsane.org/colin/nixpkgs/commit/7e6a47b3904f5d8f2a37c35ff2d12772524727a9.diff"; + url = "https://github.com/NixOS/nixpkgs/pull/193799.diff"; sha256 = "sha256-OcqDIoBcphGZfeeOzaS7Ip1khocpkYrpG6tMGExa3S4="; })