Merge pull request #74533 from r-ryantm/auto-update/smarty3

smarty3: 3.1.33 -> 3.1.34
This commit is contained in:
Ryan Mulligan 2019-11-30 06:14:28 -08:00 committed by GitHub
commit a5d8653709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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