smarty3: 3.1.33 -> 3.1.34

This commit is contained in:
R. RyanTM 2019-11-28 13:28:52 -08:00
parent 646b279c55
commit 742fd78ce2

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 = ''