aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/leatherman
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-26 20:05:11 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-26 20:05:11 -0800
commit8106168b7cf39debd4ca875d816c096b765c0cbb (patch)
treea44ab77d3215818a38308d26c6e3deb03f63e52c /pkgs/development/libraries/leatherman
parentb63297b203e28f13ce7801c578afa30709cb4edd (diff)
leatherman: 1.3.0 -> 1.4.0
Semi-automatic update. These checks were performed: - built on NixOS - found 1.4.0 with grep in /nix/store/sxrvks9qfl857a5vgqw95dd9629l0p5q-leatherman-1.4.0 - found 1.4.0 in filename of file in /nix/store/sxrvks9qfl857a5vgqw95dd9629l0p5q-leatherman-1.4.0 cc "@womfoo"
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 be033c3860cf..44d527e1304b 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.3.0";
+ version = "1.4.0";
src = fetchFromGitHub {
- sha256 = "1pcbfgq9khlcvxjsqpdshjskwljzawryzps0ickazwm7l3m7hrln";
+ sha256 = "0whlyzz0imv4lm69xkwhcd6jzh3s0rzlqjmwimbqz96p4771ivpd";
rev = version;
repo = "leatherman";
owner = "puppetlabs";