summary refs log tree commit diff
path: root/pkgs/development/libraries/leatherman
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-25 10:29:53 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-01-13 09:50:07 +0100
commitc3679eaa186a99ed7646408809c5df83b4d512da (patch)
tree6be06e4684486e6db5b1bf8d59cb9855fd7dca1b /pkgs/development/libraries/leatherman
parent80b7eadb9f2666bdfcda1665ad9645caffc8a52b (diff)
downloadnixpkgs-c3679eaa186a99ed7646408809c5df83b4d512da.tar
nixpkgs-c3679eaa186a99ed7646408809c5df83b4d512da.tar.gz
nixpkgs-c3679eaa186a99ed7646408809c5df83b4d512da.tar.bz2
nixpkgs-c3679eaa186a99ed7646408809c5df83b4d512da.tar.lz
nixpkgs-c3679eaa186a99ed7646408809c5df83b4d512da.tar.xz
nixpkgs-c3679eaa186a99ed7646408809c5df83b4d512da.tar.zst
nixpkgs-c3679eaa186a99ed7646408809c5df83b4d512da.zip
leatherman: 1.5.3 -> 1.5.4
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 26e2bd0811c..ad59674b3ed 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.3";
+  version = "1.5.4";
 
   src = fetchFromGitHub {
-    sha256 = "04b2wii5d0ypar8wrk0msybdq01z1r23xsvnn67bi2mffvczi5l2";
+    sha256 = "08hd6j8w4mgnxj84y26vip1vgrg668jnil5jzq2dk4pfapigfz8l";
     rev = version;
     repo = "leatherman";
     owner = "puppetlabs";