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 <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2024-02-10 04:34:38 +05:30 committed by Alyssa Ross
parent ff00aed7c8
commit 35f45b6cb9

View File

@ -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" ];