leatherman: 0.7.5 -> 0.9.0

+2 -6
+2 -6
pkgs/development/libraries/leatherman/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "leatherman-${version}"; 5 - version = "0.7.5"; 6 7 src = fetchFromGitHub { 8 - sha256 = "103qzhjhgw7jh0xcaxag735wfm6q35xprq5wmdimfhhmmrmjr51g"; 9 rev = version; 10 repo = "leatherman"; 11 owner = "puppetlabs"; 12 }; 13 14 buildInputs = [ boost cmake curl ]; 15 - 16 - # curl upgrade to 7.50.0 (#17152) broke the curl mock tests, disabling for now 17 - # upstream bug raised https://tickets.puppetlabs.com/browse/LTH-108 18 - cmakeFlags = [ "-DLEATHERMAN_MOCK_CURL=OFF" ]; 19 20 meta = with stdenv.lib; { 21 homepage = https://github.com/puppetlabs/leatherman/;
··· 2 3 stdenv.mkDerivation rec { 4 name = "leatherman-${version}"; 5 + version = "0.9.0"; 6 7 src = fetchFromGitHub { 8 + sha256 = "18nidasykbwdd9qzwc8pnzhczy6acr3rsxwvv2v3j5gq3nbsk2mc"; 9 rev = version; 10 repo = "leatherman"; 11 owner = "puppetlabs"; 12 }; 13 14 buildInputs = [ boost cmake curl ]; 15 16 meta = with stdenv.lib; { 17 homepage = https://github.com/puppetlabs/leatherman/;