nixpkgs/pkgs/os-specific/bsd/netbsd/pkgs/getent/package.nix
2024-04-22 10:53:59 -04:00

9 lines
181 B
Nix

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