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 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "smarty3"; 5 - version = "3.1.39"; 5 + version = "3.1.44"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "smarty-php"; 9 9 repo = "smarty"; 10 10 rev = "v${version}"; 11 - sha256 = "0n5hmnw66gxqikp6frgfd9ywsvr2azyg5nl7ix89digqlzcljkbg"; 11 + sha256 = "sha256-9a9OC18jyFpmFXffYOYHZ0j01j4NCF5zwrSYr1fZwqo="; 12 12 }; 13 13 14 14 installPhase = ''