summary refs log tree commit diff
path: root/pkgs/development/libraries/leatherman
diff options
context:
space:
mode:
authorKranium Gikos Mendoza <kranium@gikos.net>2016-08-29 08:56:06 +0800
committerKranium Gikos Mendoza <kranium@gikos.net>2016-08-29 08:56:06 +0800
commit4eb021baff609c1605ea6863246e60ad388c7d3d (patch)
treef63de9696b4381b45c6cd9f89de53679ab4574e0 /pkgs/development/libraries/leatherman
parent1bac115b05d5407801f1dc6830c45549c2d3323f (diff)
downloadnixpkgs-4eb021baff609c1605ea6863246e60ad388c7d3d.tar
nixpkgs-4eb021baff609c1605ea6863246e60ad388c7d3d.tar.gz
nixpkgs-4eb021baff609c1605ea6863246e60ad388c7d3d.tar.bz2
nixpkgs-4eb021baff609c1605ea6863246e60ad388c7d3d.tar.lz
nixpkgs-4eb021baff609c1605ea6863246e60ad388c7d3d.tar.xz
nixpkgs-4eb021baff609c1605ea6863246e60ad388c7d3d.tar.zst
nixpkgs-4eb021baff609c1605ea6863246e60ad388c7d3d.zip
leatherman: 0.7.5 -> 0.9.0
Diffstat (limited to 'pkgs/development/libraries/leatherman')
-rw-r--r--pkgs/development/libraries/leatherman/default.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/development/libraries/leatherman/default.nix b/pkgs/development/libraries/leatherman/default.nix
index a4b007fa399..bc62a04808f 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 = "0.7.5";
+  version = "0.9.0";
 
   src = fetchFromGitHub {
-    sha256 = "103qzhjhgw7jh0xcaxag735wfm6q35xprq5wmdimfhhmmrmjr51g";
+    sha256 = "18nidasykbwdd9qzwc8pnzhczy6acr3rsxwvv2v3j5gq3nbsk2mc";
     rev = version;
     repo = "leatherman";
     owner = "puppetlabs";
@@ -13,10 +13,6 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ boost cmake curl ];
 
-  # curl upgrade to 7.50.0 (#17152) broke the curl mock tests, disabling for now
-  # upstream bug raised https://tickets.puppetlabs.com/browse/LTH-108
-  cmakeFlags = [ "-DLEATHERMAN_MOCK_CURL=OFF" ];
-
   meta = with stdenv.lib; {
     homepage = https://github.com/puppetlabs/leatherman/;  
     description = "A collection of C++ and CMake utility libraries";