nixpkgs/pkgs/development/libraries/howard-hinnant-date
Olivier Le Doeuff 181fbde59c
howard-hinnant-date: fix installed cmake version
The report installed version report to cmake was `3.0.0`, however the
real version is `3.0.1`. This was causing cmake's `find_package(date
3.0.1)` to fail.

```console
cat /nix/store/cx2jc7aay0if0f3s0nc1i5raahd3p4hk-howard-hinnant-date-3.0.1-dev/lib/cmake/date/dateConfigVersion.cmake

set(PACKAGE_VERSION "3.0.1")
```

Before this patch, the file contained `set(PACKAGE_VERSION "3.0.0")`.

This patch is already merged upstream in the `master` branch.
2024-04-29 10:54:10 +02:00
..
default.nix
make-zoneinfo-available.diff