gnutls: 3.8.12 -> 3.8.13

Fixes 13 CVEs, I think:
https://lists.gnutls.org/pipermail/gnutls-help/2026-April/004922.html

(cherry picked from commit ec9028a2b2)
This commit is contained in:
Vladimír Čunát
2026-04-30 11:17:42 +02:00
committed by github-actions[bot]
parent 542d764478
commit 5a79f0d8df

View File

@@ -59,11 +59,11 @@ in
stdenv.mkDerivation rec {
pname = "gnutls";
version = "3.8.12";
version = "3.8.13";
src = fetchurl {
url = "mirror://gnupg/gnutls/v${lib.versions.majorMinor version}/gnutls-${version}.tar.xz";
hash = "sha256-p7NBQhv9RZrPejdMpK87ngZgjc1715Kyv0cL6gErjlE=";
hash = "sha256-/+2Owb8JwkJtTxSq43feR1O1PlN9aF5gTpmosWypyX4=";
};
outputs = [