procps: 4.0.4 -> 4.0.5

Changelog: https://gitlab.com/procps-ng/procps/-/releases/v4.0.5
This commit is contained in:
Michael Daniels
2026-01-12 08:46:43 -05:00
parent e01f273dad
commit f4efcfea0f
+2 -2
View File
@@ -23,12 +23,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "procps";
version = "4.0.4";
version = "4.0.5";
# The project's releases are on SF, but git repo on gitlab.
src = fetchurl {
url = "mirror://sourceforge/procps-ng/procps-ng-${finalAttrs.version}.tar.xz";
hash = "sha256-IocNb+skeK22F85PCaeHrdry0mDFqKp7F9iJqWLF5C4=";
hash = "sha256-wubRk8x4+EzW3bcqr21capFi8EcOWZIJIFf1/1GFYvo=";
};
buildInputs = [ ncurses ] ++ lib.optionals withSystemd [ systemdLibs ];