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

leatherman: 1.4.0 -> 1.4.1
This commit is contained in:
Jörg Thalheim 2018-04-22 16:28:51 +01:00 committed by GitHub
commit 1cbf988217
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.0";
version = "1.4.1";
src = fetchFromGitHub {
sha256 = "0whlyzz0imv4lm69xkwhcd6jzh3s0rzlqjmwimbqz96p4771ivpd";
sha256 = "0n516gqv501ymj99bickbr2cbhr109azh9hc1hn7flbcjzz3aljc";
rev = version;
repo = "leatherman";
owner = "puppetlabs";