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
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 ];
0
0
0
0
15
16
meta = with stdenv.lib; {
17
homepage = https://github.com/puppetlabs/leatherman/;