summary refs log tree commit diff
path: root/pkgs/development/libraries/leatherman
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 22:08:34 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 22:08:34 -0700
commita7b3c2eeade955febdd0dcffd1f0773aa2413dc4 (patch)
tree7e93c0b34973f7626e7a68a39b01d1757a12d334 /pkgs/development/libraries/leatherman
parent904114fdb85df99e5e9472c9f6fd6432dc4f9d74 (diff)
downloadnixpkgs-a7b3c2eeade955febdd0dcffd1f0773aa2413dc4.tar
nixpkgs-a7b3c2eeade955febdd0dcffd1f0773aa2413dc4.tar.gz
nixpkgs-a7b3c2eeade955febdd0dcffd1f0773aa2413dc4.tar.bz2
nixpkgs-a7b3c2eeade955febdd0dcffd1f0773aa2413dc4.tar.lz
nixpkgs-a7b3c2eeade955febdd0dcffd1f0773aa2413dc4.tar.xz
nixpkgs-a7b3c2eeade955febdd0dcffd1f0773aa2413dc4.tar.zst
nixpkgs-a7b3c2eeade955febdd0dcffd1f0773aa2413dc4.zip
leatherman: 1.4.1 -> 1.4.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.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.2 with grep in /nix/store/r5pgnnj5j1n4p59xa4zr2nm4pjbwcwhq-leatherman-1.4.2
- directory tree listing: https://gist.github.com/c901957b585910ac947b083d026a7598
- du listing: https://gist.github.com/77c6bc02640505c537f0bd7cd13c79a6
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 7b6834166d8..a269069fb04 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.1";
+  version = "1.4.2";
 
   src = fetchFromGitHub {
-    sha256 = "0n516gqv501ymj99bickbr2cbhr109azh9hc1hn7flbcjzz3aljc";
+    sha256 = "0lhdncwg2xbd3gy65rx8w2qcxvcwfirzkl762zdwqxf6bj6p2hvb";
     rev = version;
     repo = "leatherman";
     owner = "puppetlabs";