mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
leatherman: 0.11.2 -> 1.0.0
This commit is contained in:
parent
ff9479cd54
commit
b416579af4
2 changed files with 3 additions and 5 deletions
|
@ -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";
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue