From 471fa47c4b095f7a56f621fb5705182cfd46da82 Mon Sep 17 00:00:00 2001
From: Julien Moutinho <julm+julm-nix@sourcephile.fr>
Date: Sun, 21 Aug 2022 10:43:57 +0200
Subject: [PATCH] nix: update openvpn patch

---
 flake.nix           | 1 -
 nixpkgs/patches.nix | 4 +---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/flake.nix b/flake.nix
index 17738b5..06b5ddd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -16,7 +16,6 @@ inputs.emacs-overlay.url = "github:nix-community/emacs-overlay/master";
 outputs = inputs: let
   remoteNixpkgsPatches = import nixpkgs/patches.nix;
   localNixpkgsPatches = [
-    nixpkgs/patches/openvpn.diff
   ];
   originPkgs = inputs.nixpkgs.legacyPackages."x86_64-linux";
   nixpkgsPath = originPkgs.applyPatches {
diff --git a/nixpkgs/patches.nix b/nixpkgs/patches.nix
index 5b6607d..081e995 100644
--- a/nixpkgs/patches.nix
+++ b/nixpkgs/patches.nix
@@ -1,11 +1,9 @@
 [
-/*
 {
   meta.description = "openvpn";
   url = "https://github.com/NixOS/nixpkgs/pull/109643.diff";
-  sha256 = "sha256-Ysm4kj9FAKAPDXV2cCQ6N+DCPAwk5fa1nnNVoFM6yFA=";
+  sha256 = "sha256-7qwICOAqRyP73NSZHGrnKGlsK/pHI7ae0heNBvgHsSI=";
 }
-*/
 {
   meta.description = "wireguard";
   url = "https://github.com/NixOS/nixpkgs/pull/128014.diff";
-- 
2.47.2