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
This commit is contained in:
R. RyanTM 2018-09-21 08:57:55 -07:00 committed by xeji
parent 2ed26f5838
commit 907a9fa83d

View File

@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub, ... }: stdenv.mkDerivation rec { { stdenv, fetchFromGitHub, ... }: stdenv.mkDerivation rec {
name = "smarty3-${version}"; name = "smarty3-${version}";
version = "3.1.32"; version = "3.1.33";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "smarty-php"; owner = "smarty-php";
repo = "smarty"; repo = "smarty";
rev = "v${version}"; rev = "v${version}";
sha256 = "1rfa5pzr23db1bivpivljgmgpn99m6ksgli64kmii5cmpvxi00y2"; sha256 = "12kll8nv4b90nlx3y0213lsncqw2ydshjx4g6dv7jah6j1pv29ix";
}; };
installPhase = '' installPhase = ''