tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
eid-mw: 5.0.28 -> 5.1.4
Charlotte Van Petegem
3 years ago
b6104eec
6a64d4f0
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
eid-mw
default.nix
+2
-2
pkgs/tools/security/eid-mw/default.nix
···
21
21
stdenv.mkDerivation rec {
22
22
pname = "eid-mw";
23
23
# NOTE: Don't just blindly update to the latest version/tag. Releases are always for a specific OS.
24
24
-
version = "5.0.28";
24
24
+
version = "5.1.4";
25
25
26
26
src = fetchFromGitHub {
27
27
owner = "Fedict";
28
28
repo = "eid-mw";
29
29
rev = "v${version}";
30
30
-
sha256 = "rrrzw8i271ZZkwY3L6aRw2Nlz+GmDr/1ahYYlUBvtzo=";
30
30
+
sha256 = "pHzjLyQFn7UvFrPUcI/ZQHMOwVp6ndnX9YegJzlhERM=";
31
31
};
32
32
33
33
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config makeWrapper ];