libksba: 1.6.2 -> 1.6.3

https://gnupg.org/blog/20221017-pepe-left-the-ksba.html

Fixes: CVE-2022-3515
This commit is contained in:
Martin Weinelt 2022-12-21 23:00:14 +01:00
parent 5dff7733aa
commit bae75df20e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libksba";
version = "1.6.2";
version = "1.6.3";
src = fetchurl {
url = "mirror://gnupg/libksba/libksba-${version}.tar.bz2";
sha256 = "fce01ccac59812bddadffacff017dac2e4762bdb6ebc6ffe06f6ed4f6192c971";
hash = "sha256-P3LGjbMJceu/FDZ1J3GUI/Ck1fgQP8n0ocAan6RA3lw=";
};
outputs = [ "out" "dev" "info" ];