Merge pull request #179441 from chvp/bump-eid-mw
eid-mw: 5.0.28 -> 5.1.4
This commit is contained in:
commit
00eef0ebc8
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "eid-mw";
|
pname = "eid-mw";
|
||||||
# NOTE: Don't just blindly update to the latest version/tag. Releases are always for a specific OS.
|
# 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 {
|
src = fetchFromGitHub {
|
||||||
owner = "Fedict";
|
owner = "Fedict";
|
||||||
repo = "eid-mw";
|
repo = "eid-mw";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "rrrzw8i271ZZkwY3L6aRw2Nlz+GmDr/1ahYYlUBvtzo=";
|
sha256 = "pHzjLyQFn7UvFrPUcI/ZQHMOwVp6ndnX9YegJzlhERM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config makeWrapper ];
|
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config makeWrapper ];
|
||||||
|
|
Loading…
Reference in a new issue