summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-09-26 06:00:55 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-09-26 06:00:55 +0000
commit9015f06673d9c2c549bfe1e0cf9f6d0fe0c1bd75 (patch)
tree71db96d609a09e9d867e34b15839b7145962c5a4
parent020ff6989a9ee98f779dc5f9f74b96c4a8090f72 (diff)
numactl: 2.0.13 -> 2.0.14
-rw-r--r--pkgs/os-specific/linux/numactl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/numactl/default.nix b/pkgs/os-specific/linux/numactl/default.nix
index 8505fbc750f3..6e16ecabba2d 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.13";
+ version = "2.0.14";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
- sha256 = "08xj0n27qh0ly8hjallnx774gicz15nfq0yyxz8zhgy6pq8l33vv";
+ sha256 = "0hahpdp5xqy9cbg251bdxqkml341djn2h856g435h4ngz63sr9fs";
};
nativeBuildInputs = [ autoreconfHook ];