libndctl: 68 -> 69

This commit is contained in:
R. RyanTM 2020-07-24 04:03:13 +00:00 committed by Frederik Rietdijk
parent 5c130bc88e
commit e37404e450

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "libndctl";
version = "68";
version = "69";
src = fetchFromGitHub {
owner = "pmem";
repo = "ndctl";
rev = "v${version}";
sha256 = "0xmim7z4qp6x2ggndnbwd940c73pa1qlf3hxyn3qh5pyr69nh9y8";
sha256 = "1l7p0ycj27d4z07gf9qp796xpg16kfsg3rwx6plhilbhip1as4w7";
};
outputs = [ "out" "lib" "man" "dev" ];