smarty3: 3.1.39 -> 3.1.44

Fixes CVE-2021-29454.
https://github.com/smarty-php/smarty/blob/v3.1.44/CHANGELOG.md
This commit is contained in:
Thomas Gerbet 2022-01-28 18:58:31 +01:00
parent cc44eb9806
commit 61833e4db0

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "smarty3"; pname = "smarty3";
version = "3.1.39"; version = "3.1.44";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "smarty-php"; owner = "smarty-php";
repo = "smarty"; repo = "smarty";
rev = "v${version}"; rev = "v${version}";
sha256 = "0n5hmnw66gxqikp6frgfd9ywsvr2azyg5nl7ix89digqlzcljkbg"; sha256 = "sha256-9a9OC18jyFpmFXffYOYHZ0j01j4NCF5zwrSYr1fZwqo=";
}; };
installPhase = '' installPhase = ''