aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/leatherman
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-01 13:59:32 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-07-01 13:59:32 -0700
commit62ba77787c7db01e2b4cb793b69cb19eeb7c3d8f (patch)
tree1c4fa3924576af2da73e5239d59d198f2c2bfc7e /pkgs/development/libraries/leatherman
parent5b4b6b6c24e2756bf5d98eb03974637cd193c076 (diff)
leatherman: 1.6.0 -> 1.7.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/leatherman/versions
Diffstat (limited to 'pkgs/development/libraries/leatherman')
-rw-r--r--pkgs/development/libraries/leatherman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/leatherman/default.nix b/pkgs/development/libraries/leatherman/default.nix
index 9ab68e578fbf..95924050ff32 100644
--- a/pkgs/development/libraries/leatherman/default.nix
+++ b/pkgs/development/libraries/leatherman/default.nix
@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "leatherman-${version}";
- version = "1.6.0";
+ version = "1.7.0";
src = fetchFromGitHub {
- sha256 = "1dy1iisc0h1l28ff72pq7vxa4mj5zpq2jflpdghhx8yqksxhii4k";
+ sha256 = "0n6vcbc43hdaxg5inl2b43bsksdkj3k0qxis6gkkclipivp8pz0p";
rev = version;
repo = "leatherman";
owner = "puppetlabs";