Merge pull request #43332 from r-ryantm/auto-update/libndctl

libndctl: 61.1 -> 61.2
This commit is contained in:
xeji 2018-07-11 12:03:24 +02:00 committed by GitHub
commit 57c8ace57e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" ];