From d1f09b7233ba5616e2b60a91f486480513c7f2cd Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Wed, 11 Jul 2018 02:03:32 -0700 Subject: 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. --- 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 d9a77f4bb8b..4b547fde3ab 100644 --- a/pkgs/development/libraries/libndctl/default.nix +++ b/pkgs/development/libraries/libndctl/default.nix @@ -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" ]; -- cgit 1.4.1