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

leatherman: 1.9.0 -> 1.9.1
This commit is contained in:
Ryan Mulligan 2019-12-11 06:21:58 -08:00 committed by GitHub
commit 74d520edd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "leatherman";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
sha256 = "029n16rsvj2abii6d1d4q01fygkicw8n3ja0iaribk4b4h5mc7vc";
sha256 = "1aij0prpf7rvxx25qjf1krf0szb922hq9m6q58p90f5bjgymfzwh";
rev = version;
repo = "leatherman";
owner = "puppetlabs";