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

libndctl: 60.3 -> 61.1
This commit is contained in:
Gabriel Ebner 2018-07-05 16:50:13 +02:00 committed by GitHub
commit ac5f2c5bd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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