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

leatherman: 1.5.0 -> 1.5.2
This commit is contained in:
Jörg Thalheim 2018-10-15 22:37:28 +01:00 committed by GitHub
commit d75e0589af
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.5.0";
version = "1.5.2";
src = fetchFromGitHub {
sha256 = "1plx111mfci8z33mwy56y54n597gi8965s7bmnribkk8bvdn10dy";
sha256 = "0drn8wdl4mwqz84lwc7cjmc6pxj2jwpx7n2dxwzwj43ps624zhbj";
rev = version;
repo = "leatherman";
owner = "puppetlabs";