about summary refs log tree commit diff
path: root/pkgs/development/libraries/expat
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-09-20 22:26:34 +0100
committerRobert Scott <code@humanleg.org.uk>2022-09-20 22:26:34 +0100
commit880fa3ec19d74adc1098383e02cfa2de74229ac5 (patch)
tree723b46fb31241a278c66302259dacb8b920c5f45 /pkgs/development/libraries/expat
parentcfe69b2b2f62266983a25da3a81b392d8e9c2d69 (diff)
expat: 2.4.8 -> 2.4.9
Diffstat (limited to 'pkgs/development/libraries/expat')
-rw-r--r--pkgs/development/libraries/expat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/expat/default.nix b/pkgs/development/libraries/expat/default.nix
index f20abe0bfc35f..71841e0cfbc2f 100644
--- a/pkgs/development/libraries/expat/default.nix
+++ b/pkgs/development/libraries/expat/default.nix
@@ -16,11 +16,11 @@
 
 stdenv.mkDerivation rec {
   pname = "expat";
-  version = "2.4.8";
+  version = "2.4.9";
 
   src = fetchurl {
     url = "https://github.com/libexpat/libexpat/releases/download/R_${lib.replaceStrings ["."] ["_"] version}/${pname}-${version}.tar.xz";
-    sha256 = "sha256-95uPkEt0nj4NIK/q3s+CScVbLjLU67CJrjeN9HncryU=";
+    sha256 = "sha256-bowHKP5cfNP5OmrM5DBGxeRzbHtLaOAy6TUNqg78A1Q=";
   };
 
   strictDeps = true;