libksba: 1.6.7 -> 1.8.0 (#493493)

This commit is contained in:
dotlambda 2026-06-03 19:04:37 +00:00 committed by GitHub
commit e1c45172a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libksba";
version = "1.6.7";
version = "1.8.0";
src = fetchurl {
url = "mirror://gnupg/libksba/libksba-${finalAttrs.version}.tar.bz2";
hash = "sha256-z3JRC467TrZpPu92V0nYNnegPHkpGjEQQKW/15uqt2M=";
hash = "sha256-KWuduQlXSfKqEEIC16t/0JrRBxDgB4CnCcl1SxodkpI=";
};
outputs = [