1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

eid-mw: 5.0.23 -> 5.0.28

This commit is contained in:
Charlotte Van Petegem 2021-08-13 16:23:05 +02:00
parent 17265bc319
commit 18993ff63c
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.23";
version = "5.0.28";
src = fetchFromGitHub {
rev = "v${version}";
sha256 = "0annkm0hqhkpjmfa6ywvzgn1n9619baqdzdbhjfhzfi4hf7mml1d";
repo = "eid-mw";
owner = "Fedict";
repo = "eid-mw";
rev = "v${version}";
sha256 = "rrrzw8i271ZZkwY3L6aRw2Nlz+GmDr/1ahYYlUBvtzo=";
};
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config makeWrapper ];