Merge pull request #213779 from chvp/bump-eid-mw

eid-mw: 5.1.4 -> 5.1.9
This commit is contained in:
Mario Rodas 2023-01-31 19:19:51 -05:00 committed by GitHub
commit 32f6cb2589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,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.4";
version = "5.1.9";
src = fetchFromGitHub {
owner = "Fedict";
repo = "eid-mw";
rev = "v${version}";
sha256 = "pHzjLyQFn7UvFrPUcI/ZQHMOwVp6ndnX9YegJzlhERM=";
hash = "sha256-E7mNEgh8hujagqQe0ycEGcRDOlxVY7KzXw+DD8Wf9N8=";
};
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config makeWrapper ];