Commit afb354a2 authored by Florian Klink's avatar Florian Klink
Browse files

qdigidoc: bump TSL list

Also add a link on where to find the latest number.

qdigidoc still complains about the signature being invalid:

```
2024-10-23T09:52:36Z E [TSL.cpp:302] - TSL eu-lotl.xml signature is invalid
2024-10-23T09:52:37Z E [TSL.cpp:302] - TSL EE.xml signature is invalid
2024-10-23T09:52:38Z I [X509CertStore.cpp:63] - Loaded 60 certificates into TSL certificate store.
```

… but then still loads them into the certificate store?
parent fdd3d0ae
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -33,9 +33,10 @@ mkDerivation rec {
    })
  ];

  # Check https://dss.nowina.lu/tl-info, "Pivots loaded" section
  tsl = fetchurl {
    url = "https://ec.europa.eu/tools/lotl/eu-lotl-pivot-300.xml";
    sha256 = "1cikz36w9phgczcqnwk4k3mx3kk919wy2327jksmfa4cjfjq4a8d";
    url = "https://ec.europa.eu/tools/lotl/eu-lotl-pivot-341.xml";
    hash = "sha256-/TI8qYxXzourjGFPBpsQzi9Depi7lLQ2JaV+FyP0FtE=";
  };

  nativeBuildInputs = [ cmake gettext pkg-config qttools ];