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 { stdenv.mkDerivation rec {
name = "leatherman-${version}"; name = "leatherman-${version}";
version = "0.11.2"; version = "1.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
sha256 = "1rnk204mvzc44i69b8gfb1fjj5r4qby7ymal782rdplnlbm065r8"; sha256 = "15kg6vdr1iav5x3pzwvrdsi54lbl8zh2xwqlp03gaq4n3kg5wj3y";
rev = version; rev = version;
repo = "leatherman"; repo = "leatherman";
owner = "puppetlabs"; owner = "puppetlabs";

View File

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