leatherman: 1.5.4 -> 1.6.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
This commit is contained in:
R. RyanTM 2019-04-01 12:33:52 -07:00
parent 18aa59b0f2
commit 3bde94991d

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "leatherman-${version}";
version = "1.5.4";
version = "1.6.0";
src = fetchFromGitHub {
sha256 = "08hd6j8w4mgnxj84y26vip1vgrg668jnil5jzq2dk4pfapigfz8l";
sha256 = "1dy1iisc0h1l28ff72pq7vxa4mj5zpq2jflpdghhx8yqksxhii4k";
rev = version;
repo = "leatherman";
owner = "puppetlabs";