summary refs log tree commit diff
path: root/pkgs/development/libraries/smarty3
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2021-03-06 19:58:04 +0100
committerThomas Gerbet <thomas@gerbet.me>2021-03-06 20:02:35 +0100
commit9c512f7a7651f55b3081418d138deef246a90ee7 (patch)
tree98138cb04afead9ee725cb980ba0f5229e49b948 /pkgs/development/libraries/smarty3
parentf3fc074642a25ef5a1423412f09946149237e338 (diff)
downloadnixpkgs-9c512f7a7651f55b3081418d138deef246a90ee7.tar
nixpkgs-9c512f7a7651f55b3081418d138deef246a90ee7.tar.gz
nixpkgs-9c512f7a7651f55b3081418d138deef246a90ee7.tar.bz2
nixpkgs-9c512f7a7651f55b3081418d138deef246a90ee7.tar.lz
nixpkgs-9c512f7a7651f55b3081418d138deef246a90ee7.tar.xz
nixpkgs-9c512f7a7651f55b3081418d138deef246a90ee7.tar.zst
nixpkgs-9c512f7a7651f55b3081418d138deef246a90ee7.zip
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
Diffstat (limited to 'pkgs/development/libraries/smarty3')
-rw-r--r--pkgs/development/libraries/smarty3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/smarty3/default.nix b/pkgs/development/libraries/smarty3/default.nix
index 29f640dedfc..c3c4f8610c7 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 = ''