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

eid-mw: 5.1.16 -> 5.1.18
This commit is contained in:
Matthias Beyer 2024-05-18 09:06:42 +02:00 committed by GitHub
commit 405c7c034f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''