about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-04 16:12:15 -0400
committerGitHub <noreply@github.com>2024-06-04 16:12:15 -0400
commit3b5b5c19c01d477ec64071572072a8147a7392a1 (patch)
treee1104a82e4e4a4e566179e7cdff8d81d690c9ed7 /pkgs
parent2c3a1306abb7e560cc5d01e7713459355ff3503b (diff)
parentc9fdde2a11a9b9294c10f13ec37130d069b23dd2 (diff)
Merge pull request #317104 from r-ryantm/auto-update/eid-mw
eid-mw: 5.1.18 -> 5.1.19
Diffstat (limited to 'pkgs')
-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 1b445312353a3..408d40609403c 100644
--- a/pkgs/tools/security/eid-mw/default.nix
+++ b/pkgs/tools/security/eid-mw/default.nix
@@ -22,13 +22,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.18";
+  version = "5.1.19";
 
   src = fetchFromGitHub {
     owner = "Fedict";
     repo = "eid-mw";
     rev = "v${version}";
-    hash = "sha256-1cdBFpO9bvLlHJE6c7TCscV/Qgx8BHUtFe9UoKPfUOQ=";
+    hash = "sha256-SGdM3GJECFZwd4tAQ6YP7H7YB6DngvD4IU9DTXbJEIo=";
   };
 
   postPatch = ''