leatherman: 1.4.0 -> 1.4.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/leatherman/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.1 with grep in /nix/store/9wbh0aq3a46hkm7ybz7mi5ns2s1hwsp9-leatherman-1.4.1
- directory tree listing: https://gist.github.com/478abe4c1470eb6b45919b8e1eca9538
This commit is contained in:
R. RyanTM 2018-04-20 04:23:49 -07:00
parent 333a24a628
commit 8a28784618
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "leatherman-${version}";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
sha256 = "0whlyzz0imv4lm69xkwhcd6jzh3s0rzlqjmwimbqz96p4771ivpd";
sha256 = "0n516gqv501ymj99bickbr2cbhr109azh9hc1hn7flbcjzz3aljc";
rev = version;
repo = "leatherman";
owner = "puppetlabs";