eid-mw: 4.1.19 -> 4.3.7
Urgent version bump as tax season is coming and 4.1.19 is not compatible with firefox anymore.
This commit is contained in:
parent
c94a1e6158
commit
558c8a280f
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "eid-mw-${version}";
|
name = "eid-mw-${version}";
|
||||||
version = "4.1.19";
|
version = "4.3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "191c74kxfrfb894v8y4vi2iygyffjy9jjq5fj7cnnddgwai5n3c5";
|
sha256 = "191c74kxfrfb894v8y4vi2iygyffjy9jjq5fj7cnnddgwai5n3c5";
|
||||||
@ -58,5 +58,6 @@ stdenv.mkDerivation rec {
|
|||||||
and remove all ~/.pki and/or /etc/pki directories no longer needed.
|
and remove all ~/.pki and/or /etc/pki directories no longer needed.
|
||||||
'';
|
'';
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ bfortz ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user