29 lines
1 KiB
Diff
29 lines
1 KiB
Diff
From b6104eecad5ed414beda446b07a5fda272d17bca Mon Sep 17 00:00:00 2001
|
|
From: Charlotte Van Petegem <charlotte.vanpetegem@ugent.be>
|
|
Date: Tue, 28 Jun 2022 13:57:34 +0200
|
|
Subject: [PATCH] eid-mw: 5.0.28 -> 5.1.4
|
|
|
|
---
|
|
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 e05f96ef4be7c..d73a93d851b74 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.0.28";
|
|
+ version = "5.1.4";
|
|
|
|
src = fetchFromGitHub {
|
|
owner = "Fedict";
|
|
repo = "eid-mw";
|
|
rev = "v${version}";
|
|
- sha256 = "rrrzw8i271ZZkwY3L6aRw2Nlz+GmDr/1ahYYlUBvtzo=";
|
|
+ sha256 = "pHzjLyQFn7UvFrPUcI/ZQHMOwVp6ndnX9YegJzlhERM=";
|
|
};
|
|
|
|
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config makeWrapper ];
|