summary refs log tree commit diff
path: root/pkgs/development/libraries/leatherman/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-12 12:43:40 -0800
committerTimo Kaufmann <timokau@zoho.com>2018-11-12 21:43:40 +0100
commit91626f8a1bdcf9fd91603703b7d9109e26930fac (patch)
tree462bd61c3fa46eadab188f6d20defde9ed49d7af /pkgs/development/libraries/leatherman/default.nix
parent80cf34de6239abbc9c6ccaf3d14f13b9bc9579bb (diff)
downloadnixpkgs-91626f8a1bdcf9fd91603703b7d9109e26930fac.tar
nixpkgs-91626f8a1bdcf9fd91603703b7d9109e26930fac.tar.gz
nixpkgs-91626f8a1bdcf9fd91603703b7d9109e26930fac.tar.bz2
nixpkgs-91626f8a1bdcf9fd91603703b7d9109e26930fac.tar.lz
nixpkgs-91626f8a1bdcf9fd91603703b7d9109e26930fac.tar.xz
nixpkgs-91626f8a1bdcf9fd91603703b7d9109e26930fac.tar.zst
nixpkgs-91626f8a1bdcf9fd91603703b7d9109e26930fac.zip
leatherman: 1.5.2 -> 1.5.3 (#50067)
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/default.nix')
-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 259975815d8..26e2bd0811c 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.2";
+  version = "1.5.3";
 
   src = fetchFromGitHub {
-    sha256 = "0drn8wdl4mwqz84lwc7cjmc6pxj2jwpx7n2dxwzwj43ps624zhbj";
+    sha256 = "04b2wii5d0ypar8wrk0msybdq01z1r23xsvnn67bi2mffvczi5l2";
     rev = version;
     repo = "leatherman";
     owner = "puppetlabs";