about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-11 02:33:20 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-04-16 19:08:14 +0200
commit460bb217872fbda4327b5aec3c50772f7fef312c (patch)
treeea94b227eeb135c3945a4597ce07321757ad425c
parent2b52da5f99e60ad2b278c71d74e00cb2704639e3 (diff)
downloadnixlib-460bb217872fbda4327b5aec3c50772f7fef312c.tar
nixlib-460bb217872fbda4327b5aec3c50772f7fef312c.tar.gz
nixlib-460bb217872fbda4327b5aec3c50772f7fef312c.tar.bz2
nixlib-460bb217872fbda4327b5aec3c50772f7fef312c.tar.lz
nixlib-460bb217872fbda4327b5aec3c50772f7fef312c.tar.xz
nixlib-460bb217872fbda4327b5aec3c50772f7fef312c.tar.zst
nixlib-460bb217872fbda4327b5aec3c50772f7fef312c.zip
pcre16: 8.42 -> 8.43
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pcre16/versions
-rw-r--r--pkgs/development/libraries/pcre/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/pcre/default.nix b/pkgs/development/libraries/pcre/default.nix
index f9bd4ae91b46..6d2896ac3396 100644
--- a/pkgs/development/libraries/pcre/default.nix
+++ b/pkgs/development/libraries/pcre/default.nix
@@ -8,7 +8,7 @@ with stdenv.lib;
 assert elem variant [ null "cpp" "pcre16" "pcre32" ];
 
 let
-  version = "8.42";
+  version = "8.43";
   pname = if (variant == null) then "pcre"
     else  if (variant == "cpp") then "pcre-cpp"
     else  variant;
@@ -18,7 +18,7 @@ in stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://ftp.pcre.org/pub/pcre/pcre-${version}.tar.bz2";
-    sha256 = "00ckpzlgyr16bnqx8fawa3afjgqxw5yxgs2l081vw23qi1y4pl1c";
+    sha256 = "0sxg1wlknq05ryq63h21cchjmcjkin9lmnqsmhs3h08301965rwi";
   };
 
   outputs = [ "bin" "dev" "out" "doc" "man" ];