leatherman: 1.10.0 -> 1.11.0

This commit is contained in:
R. RyanTM 2020-03-29 04:20:24 +00:00 committed by Jon
parent ee5f8636fe
commit ab2d5c286c

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "leatherman";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitHub {
sha256 = "1kvvqvr0djz4gb770rs5h97zqcymvbzrmsw8kz2icvlmcicm7qd8";
sha256 = "1kp35gnph9myqxdxzyj1871ay19nfajxglzwai1gvsnh5840xnxy";
rev = version;
repo = "leatherman";
owner = "puppetlabs";
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = https://github.com/puppetlabs/leatherman/;
homepage = "https://github.com/puppetlabs/leatherman/";
description = "A collection of C++ and CMake utility libraries";
license = licenses.asl20;
maintainers = [ maintainers.womfoo ];