summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/eid-mw
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-21 18:32:19 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-21 20:32:12 +0100
commit3b64fec18dff995afd343bce22a2c404a72449d1 (patch)
tree0fb4e36b5f6302e1c701e9461e869cd2d4952a4b /pkgs/tools/security/eid-mw
parentc21f9365b805491351e500e53bff66d0e50af472 (diff)
eid-mw: 4.1.12 -> 4.1.13
Diffstat (limited to 'pkgs/tools/security/eid-mw')
-rw-r--r--pkgs/tools/security/eid-mw/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/eid-mw/default.nix b/pkgs/tools/security/eid-mw/default.nix
index 725242914414..ff062ab50946 100644
--- a/pkgs/tools/security/eid-mw/default.nix
+++ b/pkgs/tools/security/eid-mw/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub, autoreconfHook, gtk3, nssTools, pcsclite
, pkgconfig }:
-let version = "4.1.12"; in
+let version = "4.1.13"; in
stdenv.mkDerivation {
name = "eid-mw-${version}";
src = fetchFromGitHub {
- sha256 = "12nnzh3idnl5bdjqmm8si5nj7yr42mkxhzq70s760bnfmvbqgbmc";
+ sha256 = "1fkazhw6gs191w789fnp6mwnxrx9p38b3kh5bngb1ir0zhkgghkq";
rev = "v${version}";
repo = "eid-mw";
owner = "Fedict";