From 7688cef3d1bcb9e524c697a9f50aaf43872c4a7a Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 25 Jan 2024 17:18:36 +0100 Subject: [PATCH] patches: Add eid-mw 5.1.15 patch --- patches/{269408.patch => 283799.patch} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename patches/{269408.patch => 283799.patch} (81%) diff --git a/patches/269408.patch b/patches/283799.patch similarity index 81% rename from patches/269408.patch rename to patches/283799.patch index 02c756a5..2a9018af 100644 --- a/patches/269408.patch +++ b/patches/283799.patch @@ -1,5 +1,5 @@ diff --git a/pkgs/tools/security/eid-mw/default.nix b/pkgs/tools/security/eid-mw/default.nix -index e399974b4c6ef5..274f8238fc0781 100644 +index e399974b4c6ef5..b7cae61ad2c760 100644 --- a/pkgs/tools/security/eid-mw/default.nix +++ b/pkgs/tools/security/eid-mw/default.nix @@ -21,13 +21,13 @@ @@ -7,14 +7,14 @@ index e399974b4c6ef5..274f8238fc0781 100644 pname = "eid-mw"; # NOTE: Don't just blindly update to the latest version/tag. Releases are always for a specific OS. - version = "5.1.11"; -+ version = "5.1.13"; ++ version = "5.1.15"; src = fetchFromGitHub { owner = "Fedict"; repo = "eid-mw"; rev = "v${version}"; - hash = "sha256-70UjfkH+rx1Q+2XEuAByoDsP5ZelyuGXaHdkjTe/sCY="; -+ hash = "sha256-2BmaWQWc8Nox+j3YbejPLQZVzAJ4wx3KIU5tXuMamW8="; ++ hash = "sha256-balyAdQO8aZ9wGYerPUDxgBWGG7Ya2eIyo6UX62M4SI="; }; postPatch = ''