Merge pull request #58703 from r-ryantm/auto-update/leatherman

leatherman: 1.5.4 -> 1.6.0
This commit is contained in:
Ryan Mulligan 2019-04-07 16:40:41 -07:00 committed by GitHub
commit 096603c68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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