about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-03-23 23:22:13 +0100
committerThomas Gerbet <thomas@gerbet.me>2024-03-23 23:22:13 +0100
commit559316bc2f016cba7cceb018200f9c13cc6595a5 (patch)
treeced0019e4511b81008e463e5baa89812f1dbfbfa /pkgs/development/libraries
parent454c26e063321ff2229bf1dfedab4a8f80e60008 (diff)
smarty3: 3.1.44 -> 3.1.48
Fixes CVE-2018-25047, CVE-2022-29221 and CVE-2023-28447.

Changes:
https://github.com/smarty-php/smarty/releases/tag/v3.1.45
https://github.com/smarty-php/smarty/releases/tag/v3.1.46
https://github.com/smarty-php/smarty/releases/tag/v3.1.47
https://github.com/smarty-php/smarty/releases/tag/v3.1.48
Diffstat (limited to 'pkgs/development/libraries')
-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 3bf22261f2197..6059bed339e63 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.44";
+  version = "3.1.48";
 
   src = fetchFromGitHub {
     owner = "smarty-php";
     repo = "smarty";
     rev = "v${version}";
-    sha256 = "sha256-9a9OC18jyFpmFXffYOYHZ0j01j4NCF5zwrSYr1fZwqo=";
+    hash = "sha256-QGhccIJ7BZTWGF+n8rmB1RCVyJKID95NW6Yb2VvqqGQ=";
   };
 
   installPhase = ''