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>2020-03-29 04:20:24 +0000
committerJon <jonringer@users.noreply.github.com>2020-03-30 16:26:43 -0700
commitab2d5c286c57dd9d5c373db9fe910bb9bbddff53 (patch)
tree07e7bbb7bcf903f088eab51a6b131809c8a62f4f /pkgs/development/libraries/leatherman/default.nix
parentee5f8636fe39ce1f7a72b2c78db68d7269de16f2 (diff)
downloadnixpkgs-ab2d5c286c57dd9d5c373db9fe910bb9bbddff53.tar
nixpkgs-ab2d5c286c57dd9d5c373db9fe910bb9bbddff53.tar.gz
nixpkgs-ab2d5c286c57dd9d5c373db9fe910bb9bbddff53.tar.bz2
nixpkgs-ab2d5c286c57dd9d5c373db9fe910bb9bbddff53.tar.lz
nixpkgs-ab2d5c286c57dd9d5c373db9fe910bb9bbddff53.tar.xz
nixpkgs-ab2d5c286c57dd9d5c373db9fe910bb9bbddff53.tar.zst
nixpkgs-ab2d5c286c57dd9d5c373db9fe910bb9bbddff53.zip
leatherman: 1.10.0 -> 1.11.0
Diffstat (limited to 'pkgs/development/libraries/leatherman/default.nix')
-rw-r--r--pkgs/development/libraries/leatherman/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/leatherman/default.nix b/pkgs/development/libraries/leatherman/default.nix
index 48735c13ed1..1fab7ee28a8 100644
--- a/pkgs/development/libraries/leatherman/default.nix
+++ b/pkgs/development/libraries/leatherman/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   pname = "leatherman";
-  version = "1.10.0";
+  version = "1.11.0";
 
   src = fetchFromGitHub {
-    sha256 = "1kvvqvr0djz4gb770rs5h97zqcymvbzrmsw8kz2icvlmcicm7qd8";
+    sha256 = "1kp35gnph9myqxdxzyj1871ay19nfajxglzwai1gvsnh5840xnxy";
     rev = version;
     repo = "leatherman";
     owner = "puppetlabs";
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/puppetlabs/leatherman/;
+    homepage = "https://github.com/puppetlabs/leatherman/";
     description = "A collection of C++ and CMake utility libraries";
     license = licenses.asl20;
     maintainers = [ maintainers.womfoo ];