eid-mw: 5.1.4 -> 5.1.9

This commit is contained in:
Charlotte Van Petegem
2023-01-31 14:52:58 +01:00
parent e15d68cb21
commit d4e2930fdf
+2 -2
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 ];