Merge #248023: libksba: 1.6.3 -> 1.6.4

...into staging
This commit is contained in:
Vladimír Čunát 2023-09-16 15:41:18 +02:00
commit 3d5e8ad587
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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