hostess: init at 0.5.2

main
Edli Merkaj 3 years ago committed by Jan Christoph Ebersbach
parent 137a153655
commit 9a1fc1bc9e
No known key found for this signature in database
GPG Key ID: 444912B0B381009F
  1. 23
      pkgs/development/tools/hostess/default.nix
  2. 2
      pkgs/top-level/all-packages.nix

@ -0,0 +1,23 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "hostess";
version = "0.5.2";
src = fetchFromGitHub {
owner = "cbednarski";
repo = pname;
rev = "v${version}";
sha256 = "1izszf60nsa6pyxx3kd8qdrz3h47ylm17r9hzh9wk37f61pmm42j";
};
subPackages = [ "." ];
vendorSha256 = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5";
meta = with lib; {
description = "An idempotent command-line utility for managing your /etc/hosts* file.";
license = licenses.mit;
maintainers = with maintainers; [ edlimerkaj ];
};
}

@ -6313,6 +6313,8 @@ with pkgs;
host = bind.host;
hostess = callPackage ../development/tools/hostess {};
hotpatch = callPackage ../development/libraries/hotpatch { };
hotspot = libsForQt5.callPackage ../development/tools/analysis/hotspot { };

Loading…
Cancel
Save