From 9c512f7a7651f55b3081418d138deef246a90ee7 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Sat, 6 Mar 2021 19:58:04 +0100 Subject: [PATCH] smarty3: 3.1.36 -> 3.1.39 Fixes CVE-2021-26119 and CVE-2021-26120. https://github.com/smarty-php/smarty/blob/v3.1.39/CHANGELOG.md --- pkgs/development/libraries/smarty3/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/smarty3/default.nix b/pkgs/development/libraries/smarty3/default.nix index 29f640dedfcb..c3c4f8610c70 100644 --- a/pkgs/development/libraries/smarty3/default.nix +++ b/pkgs/development/libraries/smarty3/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "smarty3"; - version = "3.1.36"; + version = "3.1.39"; src = fetchFromGitHub { owner = "smarty-php"; repo = "smarty"; rev = "v${version}"; - sha256 = "0jljzw1xl2kjwf9cylp1ddnjhz7wbm499s03r479891max1m2mlf"; + sha256 = "0n5hmnw66gxqikp6frgfd9ywsvr2azyg5nl7ix89digqlzcljkbg"; }; installPhase = ''