diff options
| author | Michael Daniels <mdaniels5757@gmail.com> | 2026-01-18 21:09:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-18 21:09:37 +0000 |
| commit | 233be9a3d42dd8b4055cf61ab089e701b070b21a (patch) | |
| tree | e1af820530c197d14ba22145178c01597cf26c2a | |
| parent | d593613d84a4f5ad0bc7bd08df624b4023faec73 (diff) | |
| parent | f4efcfea0f9179f4895d0f61d66a3b48e5f9ea83 (diff) | |
procps: 4.0.4 -> 4.0.5 (#479218)
| -rw-r--r-- | pkgs/os-specific/linux/procps-ng/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/procps-ng/default.nix b/pkgs/os-specific/linux/procps-ng/default.nix index 71038f75ca94..bc6d8c52a16f 100644 --- a/pkgs/os-specific/linux/procps-ng/default.nix +++ b/pkgs/os-specific/linux/procps-ng/default.nix @@ -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 ]; |
