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

leatherman: 1.4.1 -> 1.4.2
This commit is contained in:
Matthew Bauer 2018-06-28 22:03:42 -04:00 committed by GitHub
commit a4a106c7de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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