about summary refs log tree commit diff
path: root/pkgs/development/libraries/smarty3
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-21 08:57:55 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-21 17:57:55 +0200
commit907a9fa83db9948d79541ba39bf1b24ff35bc16e (patch)
tree3d24f4870db4b1af3f014c432628366d7890bf6a /pkgs/development/libraries/smarty3
parent2ed26f583805fd62d3b2a6188a39a6833142d3a0 (diff)
smarty3: 3.1.32 -> 3.1.33 (#46947)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smarty3/versions
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 2fce5b3368f77..66bfd601a62d7 100644
--- a/pkgs/development/libraries/smarty3/default.nix
+++ b/pkgs/development/libraries/smarty3/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchFromGitHub, ... }: stdenv.mkDerivation rec {
   name = "smarty3-${version}";
-  version = "3.1.32";
+  version = "3.1.33";
 
   src = fetchFromGitHub {
     owner = "smarty-php";
     repo = "smarty";
     rev = "v${version}";
-    sha256 = "1rfa5pzr23db1bivpivljgmgpn99m6ksgli64kmii5cmpvxi00y2";
+    sha256 = "12kll8nv4b90nlx3y0213lsncqw2ydshjx4g6dv7jah6j1pv29ix";
   };
 
   installPhase = ''