eid-mw: 5.0.28 -> 5.1.4

This commit is contained in:
Charlotte Van Petegem 2022-06-28 13:57:34 +02:00
parent 6a64d4f011
commit b6104eecad
No known key found for this signature in database
GPG key ID: 019E764B7184435A

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.0.28";
version = "5.1.4";
src = fetchFromGitHub {
owner = "Fedict";
repo = "eid-mw";
rev = "v${version}";
sha256 = "rrrzw8i271ZZkwY3L6aRw2Nlz+GmDr/1ahYYlUBvtzo=";
sha256 = "pHzjLyQFn7UvFrPUcI/ZQHMOwVp6ndnX9YegJzlhERM=";
};
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config makeWrapper ];