about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-01-30 08:04:26 -0500
committerGitHub <noreply@github.com>2024-01-30 08:04:26 -0500
commit267eb3791ea78794371de14b59fafe3ec558347c (patch)
treec8dba422af6cb825e943333bac7a72e273ad877d
parent6544d7a7eb3d8914160cb51c82af870baaa6d049 (diff)
parent6c1f8181b823359fea74a4a06bee13c8bd41845d (diff)
Merge pull request #284283 from trofi/libidn2-update
libidn2: 2.3.4 -> 2.3.7
-rw-r--r--pkgs/development/libraries/libidn2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libidn2/default.nix b/pkgs/development/libraries/libidn2/default.nix
index 0782f94f41e5b..8fcbe42650fcc 100644
--- a/pkgs/development/libraries/libidn2/default.nix
+++ b/pkgs/development/libraries/libidn2/default.nix
@@ -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;