diff --git a/doc/stdenv/meta.chapter.md b/doc/stdenv/meta.chapter.md index d1823717b4b8..3eb2b5e23772 100644 --- a/doc/stdenv/meta.chapter.md +++ b/doc/stdenv/meta.chapter.md @@ -291,7 +291,7 @@ Some of them are as follows: * *vendor* - can point to the source of the package, or to Nixpkgs itself * *product* - name of the package * *version* - version of the package -* *update* - name of the latest update, can be a patch version for semantically versioned packages +* *update* - vendor-specific string part of the version string of the latest update (e.g. `rc1`, `beta`, etc...) * *edition* - deprecated and should be set to `*` You can find information about all of these attributes in the [official specification](https://csrc.nist.gov/projects/security-content-automation-protocol/specifications/cpe/naming) (heading 5.3.3, pages 11-13). @@ -301,7 +301,7 @@ Any fields that don't have a value are set to either: * `*` (ANY) when the field can match any value * `-` (NA) when the value is not meaningful or not used in the description -For example, for glibc 2.40.1 CPE would be `cpe:2.3:a:gnu:glibc:2.40:1:*:*:*:*:*:*`. +For example, for glibc 2.40.1 CPE would be `cpe:2.3:a:gnu:glibc:2.40.1:*:*:*:*:*:*:*`. #### `meta.identifiers.cpeParts` {#var-meta-identifiers-cpeParts}