about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-03-24 22:43:45 +0100
committerGitHub <noreply@github.com>2024-03-24 22:43:45 +0100
commit2f84b0a7e8e97f5c9f6cfbb2c2b29d350f323209 (patch)
treeaa6efbccac2787b1dc63b01daf97a6d4d86fcb3a /pkgs/development
parentc5c1518ed6ea78af1ccf0243c12090eb0384dba4 (diff)
parent559316bc2f016cba7cceb018200f9c13cc6595a5 (diff)
Merge pull request #298477 from LeSuisse/smarty3-3.1.48
smarty3: 3.1.44 -> 3.1.48
Diffstat (limited to 'pkgs/development')
-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 = ''