patches: Add three patches

This commit is contained in:
Charlotte Van Petegem 2023-11-23 10:50:56 +01:00
parent 600f6070c1
commit 37423c9cd8
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 73 additions and 0 deletions

20
patches/269408.patch Normal file
View file

@ -0,0 +1,20 @@
diff --git a/pkgs/tools/security/eid-mw/default.nix b/pkgs/tools/security/eid-mw/default.nix
index e399974b4c6ef5..274f8238fc0781 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.11";
+ version = "5.1.13";
src = fetchFromGitHub {
owner = "Fedict";
repo = "eid-mw";
rev = "v${version}";
- hash = "sha256-70UjfkH+rx1Q+2XEuAByoDsP5ZelyuGXaHdkjTe/sCY=";
+ hash = "sha256-2BmaWQWc8Nox+j3YbejPLQZVzAJ4wx3KIU5tXuMamW8=";
};
postPatch = ''