patches: Add eid-mw 5.1.15 patch

This commit is contained in:
Charlotte Van Petegem 2024-01-25 17:18:36 +01:00
parent 314841057b
commit 7688cef3d1
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -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 = ''