about summary refs log tree commit diff
path: root/pkgs/tools/security/eid-mw
diff options
context:
space:
mode:
authorCharlotte Van Petegem <charlotte@vanpetegem.me>2021-06-08 09:26:38 +0200
committerCharlotte Van Petegem <charlotte@vanpetegem.me>2021-06-08 09:26:38 +0200
commit45096ecfdc369b91c35fbcec16973533f626d1ca (patch)
treed105f523e8067c406ade400dc9c940bbcb399603 /pkgs/tools/security/eid-mw
parent790a4683b8e76834d2a18cafc4fc32bd3ccfa06a (diff)
eid-mw: 5.0.21 -> 5.0.23
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 e07ea1a333799..2be480db93dc9 100644
--- a/pkgs/tools/security/eid-mw/default.nix
+++ b/pkgs/tools/security/eid-mw/default.nix
@@ -21,11 +21,11 @@
 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.21";
+  version = "5.0.23";
 
   src = fetchFromGitHub {
     rev = "v${version}";
-    sha256 = "1sz7996q6gd6vbdxqgyx1jwjznpki1k9zbgaj1j1a51y6w0g0kdh";
+    sha256 = "0annkm0hqhkpjmfa6ywvzgn1n9619baqdzdbhjfhzfi4hf7mml1d";
     repo = "eid-mw";
     owner = "Fedict";
   };