leatherman: 0.11.2 -> 1.0.0

This commit is contained in:
Kranium Gikos Mendoza 2017-08-08 00:32:36 +10:00
parent ff9479cd54
commit b416579af4
2 changed files with 3 additions and 5 deletions

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "leatherman-${version}";
version = "0.11.2";
version = "1.0.0";
src = fetchFromGitHub {
sha256 = "1rnk204mvzc44i69b8gfb1fjj5r4qby7ymal782rdplnlbm065r8";
sha256 = "15kg6vdr1iav5x3pzwvrdsi54lbl8zh2xwqlp03gaq4n3kg5wj3y";
rev = version;
repo = "leatherman";
owner = "puppetlabs";

View file

@ -2942,9 +2942,7 @@ with pkgs;
leafpad = callPackage ../applications/editors/leafpad { };
leatherman = callPackage ../development/libraries/leatherman {
boost = boost160;
};
leatherman = callPackage ../development/libraries/leatherman { };
leela = callPackage ../tools/graphics/leela { };