lol

Merge pull request #311402 from r-ryantm/auto-update/eid-mw

eid-mw: 5.1.16 -> 5.1.18

authored by

Matthias Beyer and committed by
GitHub
405c7c03 9cc583b9

+2 -2
+2 -2
pkgs/tools/security/eid-mw/default.nix
··· 22 22 stdenv.mkDerivation rec { 23 23 pname = "eid-mw"; 24 24 # NOTE: Don't just blindly update to the latest version/tag. Releases are always for a specific OS. 25 - version = "5.1.16"; 25 + version = "5.1.18"; 26 26 27 27 src = fetchFromGitHub { 28 28 owner = "Fedict"; 29 29 repo = "eid-mw"; 30 30 rev = "v${version}"; 31 - hash = "sha256-UOZVCTXiqYnatS/ZhJZZprqtwtkVt8EJRHZ9XuX5W5o="; 31 + hash = "sha256-1cdBFpO9bvLlHJE6c7TCscV/Qgx8BHUtFe9UoKPfUOQ="; 32 32 }; 33 33 34 34 postPatch = ''