tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
leatherman: 0.7.5 -> 0.9.0
Kranium Gikos Mendoza
9 years ago
4eb021ba
1bac115b
+2
-6
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
leatherman
default.nix
+2
-6
pkgs/development/libraries/leatherman/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
name = "leatherman-${version}";
5
5
-
version = "0.7.5";
5
5
+
version = "0.9.0";
6
6
7
7
src = fetchFromGitHub {
8
8
-
sha256 = "103qzhjhgw7jh0xcaxag735wfm6q35xprq5wmdimfhhmmrmjr51g";
8
8
+
sha256 = "18nidasykbwdd9qzwc8pnzhczy6acr3rsxwvv2v3j5gq3nbsk2mc";
9
9
rev = version;
10
10
repo = "leatherman";
11
11
owner = "puppetlabs";
12
12
};
13
13
14
14
buildInputs = [ boost cmake curl ];
15
15
-
16
16
-
# curl upgrade to 7.50.0 (#17152) broke the curl mock tests, disabling for now
17
17
-
# upstream bug raised https://tickets.puppetlabs.com/browse/LTH-108
18
18
-
cmakeFlags = [ "-DLEATHERMAN_MOCK_CURL=OFF" ];
19
15
20
16
meta = with stdenv.lib; {
21
17
homepage = https://github.com/puppetlabs/leatherman/;