libndctl: 61.1 -> 61.2

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 2018-07-11 02:03:32 -07:00
parent 2698bb461f
commit d1f09b7233
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
}:
let
version = "61.1";
version = "61.2";
in stdenv.mkDerivation rec {
name = "libndctl-${version}";
@ -10,7 +10,7 @@ in stdenv.mkDerivation rec {
owner = "pmem";
repo = "ndctl";
rev = "v${version}";
sha256 = "1k996p757nwvkg86firx0yh39dsa9jx5w14rlfl4hlg2h9kkivnx";
sha256 = "0vid78jzhmzh505bpwn8mvlamfhcvl6rlfjc29y4yn7zslpydxl7";
};
outputs = [ "out" "man" "dev" ];