libndctl: 65 -> 66

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libndctl/versions
This commit is contained in:
R. RyanTM 2019-08-19 16:19:19 -07:00 committed by Austin Seipp
parent df771cf289
commit 9e421ad674
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "libndctl-${version}";
version = "65";
version = "66";
src = fetchFromGitHub {
owner = "pmem";
repo = "ndctl";
rev = "v${version}";
sha256 = "0d8hzfvyxs2q8kgkwgdizlml41kin4mhx3vpdsjk34pfi7mqy69y";
sha256 = "1pq1ss6b1lnyfnvdfhpi0x70jjrnm567fcyvkgvhmp2ndzsn393f";
};
outputs = [ "out" "lib" "man" "dev" ];