summary refs log tree commit diff
path: root/pkgs/os-specific/linux/numactl
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-08 18:34:36 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-08 18:34:36 +0000
commit68310af1075f4b8f00736a49839032847987506f (patch)
tree3a6b6f188bc328936ca499208bb7e64a89422b4e /pkgs/os-specific/linux/numactl
parentad2aac1e24ac6f3f565ea1547a93670d23ec305f (diff)
downloadnixpkgs-68310af1075f4b8f00736a49839032847987506f.tar
nixpkgs-68310af1075f4b8f00736a49839032847987506f.tar.gz
nixpkgs-68310af1075f4b8f00736a49839032847987506f.tar.bz2
nixpkgs-68310af1075f4b8f00736a49839032847987506f.tar.lz
nixpkgs-68310af1075f4b8f00736a49839032847987506f.tar.xz
nixpkgs-68310af1075f4b8f00736a49839032847987506f.tar.zst
nixpkgs-68310af1075f4b8f00736a49839032847987506f.zip
numactl: 2.0.14 -> 2.0.15
Diffstat (limited to 'pkgs/os-specific/linux/numactl')
-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 2f8a4feb030..ac17a18273a 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.14";
+  version = "2.0.15";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "0hahpdp5xqy9cbg251bdxqkml341djn2h856g435h4ngz63sr9fs";
+    sha256 = "sha256-mowDqCkAHDEV9AWCgAEWL0//sNMUk/K8w3eO7Wg+AwQ=";
   };
 
   nativeBuildInputs = [ autoreconfHook ];