Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #284283 from trofi/libidn2-update

libidn2: 2.3.4 -> 2.3.7

authored by Mario Rodas and committed by GitHub 267eb379 6544d7a7

+2 -2
+2 -2
pkgs/development/libraries/libidn2/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "libidn2"; 10 - version = "2.3.4"; 10 + version = "2.3.7"; 11 11 12 12 src = fetchurl { 13 13 url = "https://ftp.gnu.org/gnu/libidn/${pname}-${version}.tar.gz"; 14 - sha256 = "sha256-k8q6crTgUdH41PWgdqtjyZt3+u4Bm3K5eDsmeYbbtF8="; 14 + hash = "sha256-TCGnkbYQuVGbnQ4SuAl78vNZsS+N2SZHYRqSnmv9fWQ="; 15 15 }; 16 16 17 17 strictDeps = true;