aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/leatherman/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-14 06:20:40 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-10-14 06:20:40 -0700
commit323faf056552c86dae504ba4a3cd49d4e1db0530 (patch)
treed63decc51fab65c28c42a557a802d0d0b347c53e /pkgs/development/libraries/leatherman/default.nix
parent35ce480d69778867c1de820188879bbad6bc2f75 (diff)
leatherman: 1.5.0 -> 1.5.2
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 '')
-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 b01d902fd91a..259975815d8e 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.5.0";
+ version = "1.5.2";
src = fetchFromGitHub {
- sha256 = "1plx111mfci8z33mwy56y54n597gi8965s7bmnribkk8bvdn10dy";
+ sha256 = "0drn8wdl4mwqz84lwc7cjmc6pxj2jwpx7n2dxwzwj43ps624zhbj";
rev = version;
repo = "leatherman";
owner = "puppetlabs";