libidn2: 2.3.4 -> 2.3.7

Changes: https://lists.gnu.org/archive/html/help-libidn/2024-01/msg00005.html
This commit is contained in:
Sergei Trofimovich 2024-01-27 15:43:50 +00:00
parent 58c189c2a4
commit 6c1f8181b8

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "libidn2";
version = "2.3.4";
version = "2.3.7";
src = fetchurl {
url = "https://ftp.gnu.org/gnu/libidn/${pname}-${version}.tar.gz";
sha256 = "sha256-k8q6crTgUdH41PWgdqtjyZt3+u4Bm3K5eDsmeYbbtF8=";
hash = "sha256-TCGnkbYQuVGbnQ4SuAl78vNZsS+N2SZHYRqSnmv9fWQ=";
};
strictDeps = true;