tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
numactl: 2.0.15 -> 2.0.16
R. Ryantm
3 years ago
0afebbb8
5f53dac6
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
numactl
default.nix
+2
-2
pkgs/os-specific/linux/numactl/default.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "numactl";
5
-
version = "2.0.15";
6
7
src = fetchFromGitHub {
8
owner = pname;
9
repo = pname;
10
rev = "v${version}";
11
-
sha256 = "sha256-mowDqCkAHDEV9AWCgAEWL0//sNMUk/K8w3eO7Wg+AwQ=";
12
};
13
14
nativeBuildInputs = [ autoreconfHook ];
···
2
3
stdenv.mkDerivation rec {
4
pname = "numactl";
5
+
version = "2.0.16";
6
7
src = fetchFromGitHub {
8
owner = pname;
9
repo = pname;
10
rev = "v${version}";
11
+
sha256 = "sha256-aDKzkmvrPDzQl4n0KgeiU5LOLhQA0tmwzGiXvJDp7ZI=";
12
};
13
14
nativeBuildInputs = [ autoreconfHook ];