From b885331e6eff140a7f5206ecc4347e08cabd8107 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Wed, 27 Jun 2018 18:05:37 -0700 Subject: 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 --- pkgs/development/libraries/libndctl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/libndctl') diff --git a/pkgs/development/libraries/libndctl/default.nix b/pkgs/development/libraries/libndctl/default.nix index fa48fc390aa..0c7c02f80d4 100644 --- a/pkgs/development/libraries/libndctl/default.nix +++ b/pkgs/development/libraries/libndctl/default.nix @@ -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" ]; -- cgit 1.4.1