about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/netbsd/pkgs/getent/package.nix
blob: 7a9acb1e0a9e80d632b5f404b56bf9b2b1611033 (plain) (blame)
1
2
3
4
5
6
7
8
{ mkDerivation }:

mkDerivation {
  path = "usr.bin/getent";
  sha256 = "1qngywcmm0y7nl8h3n8brvkxq4jw63szbci3kc1q6a6ndhycbbvr";
  version = "9.2";
  patches = [ ./getent.patch ];
}