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
This commit is contained in:
Thomas Gerbet 2021-03-06 19:58:04 +01:00
parent f3fc074642
commit 9c512f7a76

View file

@ -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 = ''