smarty3: 3.1.35 -> 3.1.36
This commit is contained in:
parent
945eb11b02
commit
72144bcc53
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchFromGitHub, ... }: stdenv.mkDerivation rec {
|
{ stdenv, fetchFromGitHub, ... }: stdenv.mkDerivation rec {
|
||||||
pname = "smarty3";
|
pname = "smarty3";
|
||||||
version = "3.1.35";
|
version = "3.1.36";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "smarty-php";
|
owner = "smarty-php";
|
||||||
repo = "smarty";
|
repo = "smarty";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "05prjhlsmjmbjpks3bsx4ifz5izshsabys20c56jgibgnjsflm6k";
|
sha256 = "0jljzw1xl2kjwf9cylp1ddnjhz7wbm499s03r479891max1m2mlf";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user