lol

smarty3: 3.1.39 -> 3.1.44

Fixes CVE-2021-29454.
https://github.com/smarty-php/smarty/blob/v3.1.44/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/libraries/smarty3/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "smarty3"; 5 - version = "3.1.39"; 6 7 src = fetchFromGitHub { 8 owner = "smarty-php"; 9 repo = "smarty"; 10 rev = "v${version}"; 11 - sha256 = "0n5hmnw66gxqikp6frgfd9ywsvr2azyg5nl7ix89digqlzcljkbg"; 12 }; 13 14 installPhase = ''
··· 2 3 stdenv.mkDerivation rec { 4 pname = "smarty3"; 5 + version = "3.1.44"; 6 7 src = fetchFromGitHub { 8 owner = "smarty-php"; 9 repo = "smarty"; 10 rev = "v${version}"; 11 + sha256 = "sha256-9a9OC18jyFpmFXffYOYHZ0j01j4NCF5zwrSYr1fZwqo="; 12 }; 13 14 installPhase = ''