libndctl: 63 -> 64.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
00684128ea
commit
7fd1250b80
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook
|
{ stdenv, fetchFromGitHub, autoreconfHook
|
||||||
, asciidoctor, pkgconfig, xmlto, docbook_xsl, docbook_xml_dtd_45, libxslt
|
, asciidoctor, pkgconfig, xmlto, docbook_xsl, docbook_xml_dtd_45, libxslt
|
||||||
, json_c, kmod, which, file, utillinux, systemd
|
, json_c, kmod, which, file, utillinux, systemd, keyutils
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libndctl-${version}";
|
name = "libndctl-${version}";
|
||||||
version = "63";
|
version = "64.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pmem";
|
owner = "pmem";
|
||||||
repo = "ndctl";
|
repo = "ndctl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "060nsza8xic769bxj3pvl70a9885bwrc0myw16l095i3z6w7yzwq";
|
sha256 = "1la82fqbdwjkw6il498nkdfgqc4aszv481xf2p9p07jfvankx24v";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "lib" "man" "dev" ];
|
outputs = [ "out" "lib" "man" "dev" ];
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ json_c kmod utillinux systemd
|
[ json_c kmod utillinux systemd keyutils
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user