eid-mw: 5.1.16 -> 5.1.18

This commit is contained in:
R. Ryantm 2024-05-13 15:59:08 +00:00
parent 5e1830b877
commit 8ad1089e55

View File

@ -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.16";
version = "5.1.18";
src = fetchFromGitHub {
owner = "Fedict";
repo = "eid-mw";
rev = "v${version}";
hash = "sha256-UOZVCTXiqYnatS/ZhJZZprqtwtkVt8EJRHZ9XuX5W5o=";
hash = "sha256-1cdBFpO9bvLlHJE6c7TCscV/Qgx8BHUtFe9UoKPfUOQ=";
};
postPatch = ''