leatherman: 1.4.2 -> 1.5.0 (#47035)

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 2018-09-28 13:32:09 -07:00 committed by xeji
parent 90ee5cbeb2
commit 3d706c0b0b

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "leatherman-${version}";
version = "1.4.2";
version = "1.5.0";
src = fetchFromGitHub {
sha256 = "0lhdncwg2xbd3gy65rx8w2qcxvcwfirzkl762zdwqxf6bj6p2hvb";
sha256 = "1plx111mfci8z33mwy56y54n597gi8965s7bmnribkk8bvdn10dy";
rev = version;
repo = "leatherman";
owner = "puppetlabs";