about summary refs log tree commit diff
path: root/pkgs/tools/security/eid-mw
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-08-14 01:27:53 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-08-14 03:07:10 +0200
commita913ad89c1b565c9e4ae5540a16e25140b600947 (patch)
tree63e8537fb2ace56a36605c4acb3f3b9089e9aedc /pkgs/tools/security/eid-mw
parenteb910bce5b88129be3526aabd2c0ef91ec30561d (diff)
downloadnixlib-a913ad89c1b565c9e4ae5540a16e25140b600947.tar
nixlib-a913ad89c1b565c9e4ae5540a16e25140b600947.tar.gz
nixlib-a913ad89c1b565c9e4ae5540a16e25140b600947.tar.bz2
nixlib-a913ad89c1b565c9e4ae5540a16e25140b600947.tar.lz
nixlib-a913ad89c1b565c9e4ae5540a16e25140b600947.tar.xz
nixlib-a913ad89c1b565c9e4ae5540a16e25140b600947.tar.zst
nixlib-a913ad89c1b565c9e4ae5540a16e25140b600947.zip
eid-mw: 4.1.4 -> 4.1.5
Diffstat (limited to 'pkgs/tools/security/eid-mw')
-rw-r--r--pkgs/tools/security/eid-mw/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/security/eid-mw/default.nix b/pkgs/tools/security/eid-mw/default.nix
index c039c41314db..c814e7094a9f 100644
--- a/pkgs/tools/security/eid-mw/default.nix
+++ b/pkgs/tools/security/eid-mw/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchFromGitHub, autoreconfHook, gtk2, nssTools, pcsclite
 , pkgconfig }:
 
-let version = "4.1.4"; in
+let version = "4.1.5"; in
 stdenv.mkDerivation {
   name = "eid-mw-${version}";
 
   src = fetchFromGitHub {
-    sha256 = "0v0p0kdjscvf4bn14dyny399k1bfsz8v7n8v16lv0q0xs5nwqnky";
+    sha256 = "0m2awjfj2vs3aahy1ygrxi7mx12bhr1a621kiiszzai38crpgwbj";
     rev = "v${version}";
     repo = "eid-mw";
     owner = "Fedict";
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
     substituteInPlace $out/bin/eid-nssdb \
       --replace "modutil" "${nssTools}/bin/modutil"
 
-    # Only provides a useless "about-eid-mw.desktop" that segfaults:
+    # Only provides a useless "about-eid-mw.desktop" that segfaults anyway:
     rm -rf $out/share/applications $out/bin/about-eid-mw
   '';
 
@@ -55,6 +55,6 @@ stdenv.mkDerivation {
       and remove all ~/.pki and/or /etc/pki directories no longer needed.
     '';
     maintainers = with maintainers; [ nckx ];
-    platforms = with platforms; linux;
+    platforms = platforms.linux;
   };
 }