From 35f45b6cb9206efe8bd9a2772ba4ec0e1fb202dc Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Sat, 10 Feb 2024 04:34:38 +0530 Subject: [PATCH] numactl: 2.0.17 -> 2.0.18 Diff: https://github.com/numactl/numactl/compare/v2.0.17...v2.0.18 Signed-off-by: Muhammad Falak R Wani --- pkgs/os-specific/linux/numactl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/numactl/default.nix b/pkgs/os-specific/linux/numactl/default.nix index e1bae84fe4d6..16e2ae51f957 100644 --- a/pkgs/os-specific/linux/numactl/default.nix +++ b/pkgs/os-specific/linux/numactl/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "numactl"; - version = "2.0.17"; + version = "2.0.18"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; - hash = "sha256-qHR8BwHacFlMlwP9yjKLrPEXU4HsatI/Q6T0zhMMytk="; + hash = "sha256-ry29RUNa0Hv5gIhy2RTVT94mHhgfdIwb5aqjBycxxj0="; }; outputs = [ "out" "dev" "man" ];