From ba9cc0fc4ee98dbfa2384fe9fe2add91816e6c2b Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sun, 26 Feb 2023 06:53:31 +0000 Subject: [PATCH] Delete 217731.patch --- patches/217731.patch | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 patches/217731.patch diff --git a/patches/217731.patch b/patches/217731.patch deleted file mode 100644 index 50f1811c..00000000 --- a/patches/217731.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 70b361a13c6919500d2d07b4bf84202133cd1207 Mon Sep 17 00:00:00 2001 -From: Charlotte Van Petegem -Date: Wed, 22 Feb 2023 20:44:05 +0100 -Subject: [PATCH] eid-mw: 5.1.9 -> 5.1.10 - ---- - pkgs/tools/security/eid-mw/default.nix | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/pkgs/tools/security/eid-mw/default.nix b/pkgs/tools/security/eid-mw/default.nix -index dcd4686bb3ef2..a4b6f6c164f32 100644 ---- a/pkgs/tools/security/eid-mw/default.nix -+++ b/pkgs/tools/security/eid-mw/default.nix -@@ -21,13 +21,13 @@ - stdenv.mkDerivation rec { - pname = "eid-mw"; - # NOTE: Don't just blindly update to the latest version/tag. Releases are always for a specific OS. -- version = "5.1.9"; -+ version = "5.1.10"; - - src = fetchFromGitHub { - owner = "Fedict"; - repo = "eid-mw"; - rev = "v${version}"; -- hash = "sha256-E7mNEgh8hujagqQe0ycEGcRDOlxVY7KzXw+DD8Wf9N8="; -+ hash = "sha256-2Xru/s7KawZlIxON5nO679P+L3okofE054WDfRsE3ZI="; - }; - - nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config makeWrapper ];