ngircd: 25 -> 26
Changes: https://github.com/ngircd/ngircd/blob/rel-26/ChangeLog Fixes: https://nvd.nist.gov/vuln/detail/CVE-2020-14148
This commit is contained in:
parent
cf47c64ee7
commit
59e0524dad
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
{ stdenv, fetchurl, zlib, openssl, pam, libiconv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ngircd-25";
|
||||
pname = "ngircd";
|
||||
version = "26";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://ngircd.barton.de/pub/ngircd/${name}.tar.xz";
|
||||
sha256 = "0kpf5qi98m9f833r4rx9n6h9p31biwk798jwc1mgzmix7sp7r6f4";
|
||||
url = "https://ngircd.barton.de/pub/ngircd/${pname}-${version}.tar.xz";
|
||||
sha256 = "1ijmv18fa648y7apxb9vp4j9iq6fxq850kz5v36rysaq614cdp2n";
|
||||
};
|
||||
|
||||
configureFlags = [
|
||||
|
|
Loading…
Reference in a new issue