mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
smarty3: 3.1.33 -> 3.1.34
This commit is contained in:
parent
646b279c55
commit
742fd78ce2
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchFromGitHub, ... }: stdenv.mkDerivation rec {
|
{ stdenv, fetchFromGitHub, ... }: stdenv.mkDerivation rec {
|
||||||
pname = "smarty3";
|
pname = "smarty3";
|
||||||
version = "3.1.33";
|
version = "3.1.34";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "smarty-php";
|
owner = "smarty-php";
|
||||||
repo = "smarty";
|
repo = "smarty";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "12kll8nv4b90nlx3y0213lsncqw2ydshjx4g6dv7jah6j1pv29ix";
|
sha256 = "0a44p71aqyifm7qkp892aczb0bn6a9fv4657dsscxszvdm25a92x";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user