leatherman: 1.5.2 -> 1.5.3 (#50067)

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-11-12 12:43:40 -08:00 committed by Timo Kaufmann
parent 80cf34de62
commit 91626f8a1b
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "leatherman-${version}";
version = "1.5.2";
version = "1.5.3";
src = fetchFromGitHub {
sha256 = "0drn8wdl4mwqz84lwc7cjmc6pxj2jwpx7n2dxwzwj43ps624zhbj";
sha256 = "04b2wii5d0ypar8wrk0msybdq01z1r23xsvnn67bi2mffvczi5l2";
rev = version;
repo = "leatherman";
owner = "puppetlabs";