aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/leatherman/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-28 13:32:09 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-28 22:32:09 +0200
commit3d706c0b0bd09d54fb5c891f1bd0fe9e6f314594 (patch)
treefb78d6c8d44a7fb9343e9cce9b9eadd995e12aa6 /pkgs/development/libraries/leatherman/default.nix
parent90ee5cbeb215dffa37ba9ec1e68ce09647a999f2 (diff)
leatherman: 1.4.2 -> 1.5.0 (#47035)
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 a269069fb048..b01d902fd91a 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.4.2";
+ version = "1.5.0";
src = fetchFromGitHub {
- sha256 = "0lhdncwg2xbd3gy65rx8w2qcxvcwfirzkl762zdwqxf6bj6p2hvb";
+ sha256 = "1plx111mfci8z33mwy56y54n597gi8965s7bmnribkk8bvdn10dy";
rev = version;
repo = "leatherman";
owner = "puppetlabs";