libndctl: 60.3 -> 61.1

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.

These checks were done:

- built on NixOS
- /nix/store/rii1gr6lwrvq5nq6ymgi68si4zyn898f-libndctl-61.1/bin/ndctl passed the binary check.
- /nix/store/rii1gr6lwrvq5nq6ymgi68si4zyn898f-libndctl-61.1/bin/daxctl passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 61.1 with grep in /nix/store/rii1gr6lwrvq5nq6ymgi68si4zyn898f-libndctl-61.1
- directory tree listing: https://gist.github.com/7442fd9972afca1f270dae2b565ea76b
- du listing: https://gist.github.com/9fad672e4b6018cf6b76447bb765e063
This commit is contained in:
R. RyanTM 2018-06-27 18:05:37 -07:00
parent 7c9d95fef5
commit b885331e6e

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