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

eid-mw: 5.0.28 -> 5.1.4
This commit is contained in:
Bobby Rong
2022-07-03 20:46:51 +08:00
committed by GitHub
+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.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 ];