libndctl: 64.1 -> 65

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-05-21 22:48:59 -07:00
parent 8abe5ee07e
commit 05b2996d96

View file

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