procps-ng: 3.3.14 -> 3.3.15 (#41324)

https://nvd.nist.gov/vuln/detail/CVE-2018-1124

Closes #41082
This commit is contained in:
xeji 2018-06-01 21:25:27 +02:00 committed by Orivej Desh
parent 4b2735fd9f
commit f96c5effd6

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "procps-${version}";
version = "3.3.14";
version = "3.3.15";
# The project's releases are on SF, but git repo on gitlab.
src = fetchurl {
url = "mirror://sourceforge/procps-ng/procps-ng-${version}.tar.xz";
sha256 = "0v3j6rkzzscqds37i105cxx3q4dk04rsgpqfd5p7hzcvk59h5njy";
sha256 = "0r84kwa5fl0sjdashcn4vh7hgfm7ahdcysig3mcjvpmkzi7p9g8h";
};
buildInputs = [ ncurses ];