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>2019-08-19 08:50:38 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-19 08:50:38 -0700
commitd8ddf3a5bf765e7c3f23bc27db09959a5902a0fc (patch)
tree7999490fc3f710c7e298849c04efd8c28e2dfbd8 /pkgs/development/libraries/leatherman/default.nix
parentffbb4d26f9f93681576815be82142d14f2aa8234 (diff)
downloadnixpkgs-d8ddf3a5bf765e7c3f23bc27db09959a5902a0fc.tar
nixpkgs-d8ddf3a5bf765e7c3f23bc27db09959a5902a0fc.tar.gz
nixpkgs-d8ddf3a5bf765e7c3f23bc27db09959a5902a0fc.tar.bz2
nixpkgs-d8ddf3a5bf765e7c3f23bc27db09959a5902a0fc.tar.lz
nixpkgs-d8ddf3a5bf765e7c3f23bc27db09959a5902a0fc.tar.xz
nixpkgs-d8ddf3a5bf765e7c3f23bc27db09959a5902a0fc.tar.zst
nixpkgs-d8ddf3a5bf765e7c3f23bc27db09959a5902a0fc.zip
leatherman: 1.7.0 -> 1.7.1
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 95924050ff3..a085899d6e2 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.7.0";
+  version = "1.7.1";
 
   src = fetchFromGitHub {
-    sha256 = "0n6vcbc43hdaxg5inl2b43bsksdkj3k0qxis6gkkclipivp8pz0p";
+    sha256 = "0m2dm1gzwj0kwyl031bif89h3n4znml3m5n97hywlbra58ni8km1";
     rev = version;
     repo = "leatherman";
     owner = "puppetlabs";