···11+# Ideally, this file would have been placed in
22+# pkgs/by-name/ss/sshd-openpgp-auth/package.nix, but since `./generic.nix` is
33+# outside of the directory, the nixpkgs-check-by-name test will fail the CI. So
44+# we call this file in all-packages.nix like in the old days.
55+{ callPackage }:
66+77+callPackage ./generic.nix {
88+ pname = "sshd-openpgp-auth";
99+ version = "0.3.0";
1010+ srcHash = "sha256-IV0Nhdqyn12HDOp1jaKz3sKTI3ktFd5b6qybCLWt27I=";
1111+ cargoHash = "sha256-/+lZkVMeFUMRD7NQ/MHDU5f3rkKDx1kDv5tjA41RExc=";
1212+ metaDescription =
1313+ "Command-line tool for creating and managing OpenPGP based trust anchors for SSH host keys";
1414+}